Class VoltageInputs0To10VTerminal
Represents an analog input terminal that handles voltage signals from 0 to 10V.
public class VoltageInputs0To10VTerminal : AnalogInputsTerminal<RecordableAnalogInput>, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
VoltageInputs0To10VTerminal
- Implements
- Derived
- Inherited Members
Constructors
VoltageInputs0To10VTerminal(ushort)
Initializes a new instance of the VoltageInputs0To10VTerminal class.
public VoltageInputs0To10VTerminal(ushort inputsCount)
Parameters
inputsCountushortThe count of the inputs.
Exceptions
- ArgumentOutOfRangeException
Thrown when
inputsCountis 0 (zero).
Methods
CreateInput(AdsVariable)
Creates a new input.
protected override RecordableAnalogInput CreateInput(AdsVariable adsValueVar)
Parameters
adsValueVarAdsVariableADS variable containing value.
Returns
- RecordableAnalogInput
A new input.