Scale Constructor
- Updated2023-02-21
- 1 minute(s) read
Scale Constructor
Creates a new instance of the Scale class with the specified scale name.
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
protected Scale( string name )
Protected Sub New ( name As String )
Parameters
- name
- Type: SystemString
The name of the scale.
Remarks
This constructor is only for the use of classes derived from Scale. To load a scale from Measurement Automation Explorer (MAX), use the LoadScale(String) method on the Local instance of DaqSystem.