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