NI-DAQmx .NET Framework 4.5 API Reference

PhysicalChannelAccess Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
PhysicalChannelAccess Enumeration
Specifies the physical channel access types to include when requesting a list of physical channels.

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

Syntax

[FlagsAttribute]
public enum PhysicalChannelAccess
<FlagsAttribute>
Public Enumeration PhysicalChannelAccess

Members

  Member nameValueDescription
External8192Physical channels with an external connector on the device.
Internal16384Physical channels internal to the device.
All24576Both internal and external channels.

See Also