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