Class EL3681
Represents an EL3681 terminal with one multimeter (AC and DC, voltage and current) channel.
public class EL3681 : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseEL3681
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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
MultimeterInput
Gets the multimeter input.
public MultimeterInput MultimeterInput { get; }