NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.GetSavedScaleInfo Method

DaqSystem.GetSavedScaleInfo Method

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: SavedScaleInfo
A SavedScaleInfo object that represents the custom scale stored in MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?