NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

Scale Constructor

Scale Constructor

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.

See Also

In This Section
Was this information helpful?