Table of Contents

Class VoltageOutputsNegative10ToPositive10VTerminal

Namespace
Loehnert.Lisrt.IO.Beckhoff.Terminals
Assembly
Loehnert.Lisrt.IO.Beckhoff.dll

Represents an analog output pin that outputs a voltage of -10 to 10V..

public class VoltageOutputsNegative10ToPositive10VTerminal : AnalogOutputsTerminal, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
PropertyChangedBase
VoltageOutputsNegative10ToPositive10VTerminal
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

VoltageOutputsNegative10ToPositive10VTerminal(ushort)

Initializes a new instance of the VoltageOutputsNegative10ToPositive10VTerminal class.

public VoltageOutputsNegative10ToPositive10VTerminal(ushort outputsCount)

Parameters

outputsCount ushort

The count of the outputs.

Exceptions

ArgumentOutOfRangeException

Thrown when outputsCount is 0 (zero).