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