Class AnalogOutputChannelConfiguration
Represents the configuration of a virtual analog output channel in DAQmx operators.
public class AnalogOutputChannelConfiguration : AnalogChannelConfiguration
- Inheritance
-
AnalogOutputChannelConfiguration
- Inherited Members
Properties
PhysicalChannel
Gets or sets the name of the physical channel used to create the local virtual channel.
[TypeConverter(typeof(AnalogOutputPhysicalChannelConverter))]
public string PhysicalChannel { get; set; }
Property Value
VoltageUnits
Gets or sets a value specifying in what units to generate voltage on the channel.
public AOVoltageUnits VoltageUnits { get; set; }
Property Value
- AOVoltageUnits
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.