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.40.49302
Syntax
[FlagsAttribute] public enum PhysicalChannelAccess
<FlagsAttribute> Public Enumeration PhysicalChannelAccess
Members
Member name | Value | Description | |
---|---|---|---|
External | 8192 | Physical channels with an external connector on the device. | |
Internal | 16384 | Physical channels internal to the device. | |
All | 24576 | Both internal and external channels. |