Table of Contents

Class EL3681

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

Represents an EL3681 terminal with one multimeter (AC and DC, voltage and current) channel.

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

Remarks

The Presentation (index 0x8000:1D) must be set to 'scaled'. This is the default setting.

Constructors

EL3681()

Initializes a new instance of the EL3681 class.

public EL3681()

Properties

Modules

Gets the ILisrtModules from the terminal, e.g. multimeter channels.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

MultimeterInput

Gets the multimeter input.

public MultimeterInput MultimeterInput { get; }

Property Value

MultimeterInput