PolynomialScale Constructor (String)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the PolynomialScale class with the specified name.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.