Class DigitalChannelConfiguration
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
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