Class AnalogOutputChannelConfiguration
Represents the configuration of a virtual analog output channel in DAQmx operators.
Inherited Members
Namespace: Bonsai.DAQmx
Assembly: Bonsai.DAQmx.dll
Syntax
public class AnalogOutputChannelConfiguration : AnalogChannelConfiguration
Properties
| Improve this Doc View SourcePhysicalChannel
Gets or sets the name of the physical channel used to create the local virtual channel.
Declaration
[TypeConverter(typeof(AnalogOutputPhysicalChannelConverter))]
public string PhysicalChannel { get; set; }
Property Value
Type | Description |
---|---|
String |
VoltageUnits
Gets or sets a value specifying in what units to generate voltage on the channel.
Declaration
public AOVoltageUnits VoltageUnits { get; set; }
Property Value
Type | Description |
---|---|
NationalInstruments.DAQmx.AOVoltageUnits |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |