GetSavedScaleInfo(string)
- Updated2026-02-05
- 1 minute(s) read
Creates a SavedScaleInfo object that you can use to retrieve information about the specified custom scale stored in Measurement & Automation Explorer (MAX).
Syntax
Namespace: NationalInstruments.DAQmx
public SavedScaleInfo GetSavedScaleInfo(string persistedName)
Parameters
| Name | Type | Description |
|---|---|---|
| persistedName | string | The name of the custom scale stored in MAX. |
Returns
A SavedScaleInfo object that represents the custom scale stored in MAX.
Exceptions
| Type | Description |
|---|---|
| NationalInstruments.DAQmx.DaqException | The NI-DAQmx driver returned an error. |