Class EL91xx
Represents a potential supply terminal, 24 V DC, with diagnostics, for example EL9100 or EL9160.
public class EL91xx : WCStateTerminalBase, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
EL91xx
- Implements
- Inherited Members
Constructors
EL91xx()
Initializes a new instance of the EL91xx class.
public EL91xx()
Properties
Modules
Gets the ILisrtModules from the terminal.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
- IEnumerable<ILisrtModule>
Returns nothing.
PowerIsOK
Gets a value indicating whether the power is OK.
public bool PowerIsOK { get; }