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