Class AnalogInputChannelConfiguration
Represents the configuration of a virtual analog input channel in DAQmx operators.
public class AnalogInputChannelConfiguration : AnalogChannelConfiguration
- Inheritance
-
AnalogInputChannelConfiguration
- Inherited Members
Properties
PhysicalChannel
Gets or sets the name of the physical channel used to create the local virtual channel.
[TypeConverter(typeof(AnalogInputPhysicalChannelConverter))]
public string PhysicalChannel { get; set; }
Property Value
TerminalConfiguration
Gets or sets a value specifying the terminal configuration for the channel.
public AITerminalConfiguration TerminalConfiguration { get; set; }
Property Value
- AITerminalConfiguration
VoltageUnits
Gets or sets a value specifying the units used to return voltage measurements from the channel.
public AIVoltageUnits VoltageUnits { get; set; }
Property Value
- AIVoltageUnits
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.