NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

DaqSystem.LoadScale Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.LoadScale Method
Loads a scale that is stored in Measurement Automation Explorer (MAX).

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public Scale LoadScale(
	string persistedName
)
Public Function LoadScale ( 
	persistedName As String
) As Scale

Parameters

persistedName
Type: SystemString
The name of the scale to load.

Return Value

Type: Scale
A Scale that represents the scale that is stored in MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

Remarks

You can use the Scales property to get a list of custom scales on the system.

See Also

Log in to get a better experience