Loads a scale that is stored in Measurement & Automation Explorer (MAX).

Syntax

Namespace: NationalInstruments.DAQmx

public Scale LoadScale(string persistedName)

Remarks

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

Parameters

NameTypeDescription
persistedNamestring

The name of the scale to load.

Returns

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

Exceptions

TypeDescription
NationalInstruments.DAQmx.DaqException

The NI-DAQmx driver returned an error.