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