Class DigitalOutputChannelConfiguration
Represents the configuration of a virtual digital output channel in DAQmx operators.
public class DigitalOutputChannelConfiguration : DigitalChannelConfiguration
- Inheritance
-
DigitalOutputChannelConfiguration
- Inherited Members
Properties
Lines
Gets or sets the names of the digital lines or ports used to create the local virtual channel.
[TypeConverter(typeof(DigitalOutputPhysicalChannelConverter))]
public string Lines { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.