Class DigitalChannelConfiguration
Provides an abstract base class for configuration of virtual digital channels in DAQmx operators.
Inheritance
DigitalChannelConfiguration
Inherited Members
Namespace: Bonsai.DAQmx
Assembly: Bonsai.DAQmx.dll
Syntax
[TypeConverter(typeof(DigitalChannelConfigurationConverter))]
public abstract class DigitalChannelConfiguration
Properties
| Improve this Doc View SourceChannelName
Gets or sets the name to assign to the local created virtual channel. If not specified, the physical channel name will be used.
Declaration
public string ChannelName { get; set; }
Property Value
Type | Description |
---|---|
String |
Grouping
Gets or sets a value specifying how to group digital lines into one or more virtual channels.
Declaration
public ChannelLineGrouping Grouping { get; set; }
Property Value
Type | Description |
---|---|
NationalInstruments.DAQmx.ChannelLineGrouping |