NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

PhysicalChannelAccess Enumeration

PhysicalChannelAccess Enumeration

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 nameValueDescription
External8192Physical channels with an external connector on the device.
Internal16384Physical channels internal to the device.
All24576Both internal and external channels.

See Also

In This Section
Was this information helpful?