NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

DaqSystem.GetSavedChannelInfo Method

DaqSystem.GetSavedChannelInfo Method

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: SavedChannelInfo
A SavedChannelInfo object that represents the global channel stored in MAX.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Was this information helpful?