NI-DAQmx .NET Framework 4.5 API Reference

DaqSystem.GetSavedChannelInfo Method

  • Updated2023-02-21
  • 1 minute(s) read
DaqSystem.GetSavedChannelInfo 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.45.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

Log in to get a better experience