VeriStand .NET API Reference

CalibrationUpdateEventArgs Constructor

Initializes a new instance of the CalibrationUpdateEventArgs class.

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)
Public Sub New ( _
	channelName As String, _
	coefficients As Double(), _
	remove As Boolean _
)
C#
public CalibrationUpdateEventArgs(
	string channelName,
	double[] coefficients,
	bool remove
)
Visual C++
public:
CalibrationUpdateEventArgs(
	String^ channelName, 
	array<double>^ coefficients, 
	bool remove
)

Parameters

channelName
Type: System.String
The name of the channel on which calibration was applied.
coefficients
Type: System.Double
The coefficients that define the polynomial equation used to calibrate the channel.
remove
Type: System.Boolean
A value indicating whether to remove the calibration from the channel.

See Also

Log in to get a better experience