Reads the current calibration settings 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 GetCalibration ( _
channelName As String, _
<OutAttribute> ByRef coefficients As Double() _
) As Error |
C# |
---|
Error GetCalibration(
string channelName,
out double[] coefficients
) |
Parameters
- channelName
- Type: System.String
The name of the channel from which to get calibration information.
- coefficients
- Type:
System.Double
%
The coefficients of the polynomial scale.
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.