NI-DAQmx .NET Framework 4.0 API Reference

Content Type
Programming Language
Current manual
Table of Contents

ChannelLineGrouping Enumeration

ChannelLineGrouping Enumeration

ChannelLineGrouping Enumeration

Specifies how to group digital lines into one or more virtual channels.

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

Syntax

public enum ChannelLineGrouping
Public Enumeration ChannelLineGrouping

Members

  Member nameValueDescription
OneChannelForEachLine0A separate virtual channel is created for each digital line.
OneChannelForAllLines1All digital lines are combined into a single virtual channel.

See Also

In This Section
Was this information helpful?