Class MeasuringBridgeTerminal
Represents an analog measure bridge input terminal. For example the EL3356 terminal.
public class MeasuringBridgeTerminal : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseMeasuringBridgeTerminal
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
Modules
Gets the ILisrtModules from the terminal, for example the input channels.
public override IEnumerable<ILisrtModule> Modules { get; }