DaqSystem.GetSavedScaleInfo Method
- Updated2023-02-21
- 1 minute(s) read
DaqSystemGetSavedScaleInfo Method
Creates a SavedScaleInfo object that you can use to retrieve information about the specified custom scale stored in Measurement Automation Explorer (MAX).
Namespace: NationalInstruments.DAQmx
Assembly: NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.40.49302
Syntax
public SavedScaleInfo GetSavedScaleInfo( string persistedName )
Public Function GetSavedScaleInfo ( persistedName As String ) As SavedScaleInfo
Parameters
- persistedName
- Type: SystemString
The name of the custom scale stored in MAX.
Return Value
Type: SavedScaleInfoA SavedScaleInfo object that represents the custom scale stored in MAX.
Exceptions
Exception | Condition |
---|---|
DaqException | The NI-DAQmx driver returned an error. |