Class VoltageOutputs0To10VTerminal
Represents an analog output terminal that sets voltage signals from 0 to 10V.
public class VoltageOutputs0To10VTerminal : AnalogOutputsTerminal, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
VoltageOutputs0To10VTerminal
- Implements
- Derived
- Inherited Members
Constructors
VoltageOutputs0To10VTerminal(ushort)
Initializes a new instance of the VoltageOutputs0To10VTerminal class.
public VoltageOutputs0To10VTerminal(ushort outputsCount)
Parameters
outputsCountushortThe count of the outputs.
Exceptions
- ArgumentOutOfRangeException
Thrown when
outputsCountis 0 (zero).