Table of Contents

Class DigitalChannelConfiguration

Namespace
Bonsai.DAQmx
Assembly
Bonsai.DAQmx.dll

Provides an abstract base class for configuration of virtual digital channels in DAQmx operators.

[TypeConverter(typeof(DigitalChannelConfigurationConverter))]
public abstract class DigitalChannelConfiguration
Inheritance
DigitalChannelConfiguration
Derived
Inherited Members

Properties

ChannelName

Gets or sets the name to assign to the local created virtual channel. If not specified, the physical channel name will be used.

public string ChannelName { get; set; }

Property Value

string

Grouping

Gets or sets a value specifying how to group digital lines into one or more virtual channels.

public ChannelLineGrouping Grouping { get; set; }

Property Value

ChannelLineGrouping