VeriStand .NET API Reference

Table of Contents

ICalibration2.GetCalibration Method

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
)
Visual C++
Error^ GetCalibration(
	String^ channelName, 
	[OutAttribute] array<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.

See Also

Log in to get a better experience