Removes polynomial calibration on the channel.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration) |
---|
Function RemoveCalibration ( _
channelName As String _
) As Error |
C# |
---|
Error RemoveCalibration(
string channelName
) |
Visual C++ |
---|
Error^ RemoveCalibration(
String^ channelName
) |
Parameters
- channelName
- Type: System.String
The name of channel on which to set calibration.
Return Value
Returns an error if the calibration cannot be removed. If no error occurs, the Code property of the Error object is 0.