VeriStand .NET API Reference

PolynomialScale Constructor (String)

Initializes a new instance of the PolynomialScale class with the specified name.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	name As String _
)
C#
public PolynomialScale(
	string name
)
Visual C++
public:
PolynomialScale(
	String^ name
)

Parameters

name
Type: System.String
The name of the PolynomialScale.

Remarks

This constructor sets scaleUnit to V and polynomialCoeff and reversePolynomialCoeff to empty arrays.

See Also

Log in to get a better experience