NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

Device.GetPhysicalChannels Method

  • Updated2023-02-21
  • 1 minute(s) read
Device.GetPhysicalChannels Method
Gets an array that contains the names of the physical channels on this device.

Namespace:  NationalInstruments.DAQmx
Assembly:  NationalInstruments.DAQmx (in NationalInstruments.DAQmx.dll) Version: 20.7.45.49302

Syntax

public string[] GetPhysicalChannels(
	PhysicalChannelTypes physicalChannelTypes,
	PhysicalChannelAccess physicalChannelAccess
)
Public Function GetPhysicalChannels ( 
	physicalChannelTypes As PhysicalChannelTypes,
	physicalChannelAccess As PhysicalChannelAccess
) As String()

Parameters

physicalChannelTypes
Type: NationalInstruments.DAQmxPhysicalChannelTypes
The types of physical channels to include.
physicalChannelAccess
Type: NationalInstruments.DAQmxPhysicalChannelAccess
The access types of physical channels to include.

Return Value

Type: String
An array that contains the names of the requested physical channels on this device.

Exceptions

ExceptionCondition
DaqExceptionThe NI-DAQmx driver returned an error.

See Also

Log in to get a better experience