Removes any calibration that was previously set for a 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
Specifies the name of channel from which to remove calibration.
Return Value
Returns an error if the calibration component is not available or if the channel is not scalable. If no error occurs, the Code property of the Error object is 0.