LoadScale(string)
- Updated2026-02-05
- 1 minute(s) read
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
| Name | Type | Description |
|---|---|---|
| persistedName | string | The name of the scale to load. |
Returns
A Scale that represents the scale that is stored in MAX.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |