NI-DAQmx .NET Framework 4.5 API Reference

Table of Contents

ChannelType Enumeration

  • Updated2023-02-21
  • 1 minute(s) read
ChannelType Enumeration
Indicates the type of the virtual channel.

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

Syntax

public enum ChannelType
Public Enumeration ChannelType

Members

  Member nameValueDescription
AI10100Analog input channel.
AO10102Analog output channel.
DI10151Digital input channel.
DO10153Digital output channel.
CI10131Counter input channel.
CO10132Counter output channel.

Remarks

Indicates the type of the virtual channel. Use this enumeration to get or set the value of Type.

See Also

Log in to get a better experience