VeriStand .NET API Reference

CalibrationUpdateEventArgs.Coefficients Property

Gets a value indicating the coefficients that define the polynomial equation used to calibrate 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)
Public ReadOnly Property Coefficients As Double()
C#
public double[] Coefficients { get; }
Visual C++
public:
property array<double>^ Coefficients {
	array<double>^ get ();
}

Property Value

An array of coefficients.

See Also

Log in to get a better experience