Table of Contents

Class MeasuringBridgeTerminal

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

Represents an analog measure bridge input terminal. For example the EL3356 terminal.

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

Constructors

MeasuringBridgeTerminal()

Initializes a new instance of the MeasuringBridgeTerminal class.

public MeasuringBridgeTerminal()

Properties

Input

Gets the measuring bridge input.

public MeasuringBridgeInput Input { get; }

Property Value

MeasuringBridgeInput

Modules

Gets the ILisrtModules from the terminal, for example the input channels.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>