Class EL95xx
Represents any EL95xx power supply terminal. Adds an IStateMessage to the MessageService and is shown while the supply is Overloaded (see also DisableOverloadMessage).
public class EL95xx : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseEL95xx
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
EL95xx()
Initializes a new instance of the EL95xx class.
public EL95xx()
Properties
DisableOverloadMessage
Gets or sets a value indicating whether the overload message will be shown.
public bool DisableOverloadMessage { get; set; }
Property Value
Modules
Gets the ILisrtModules from the terminal. Returns nothing.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
Overloaded
Gets a value indicating whether the output is overloaded.
public bool Overloaded { get; }
Property Value
PowerIsOK
Gets a value indicating whether the power is OK.
public bool PowerIsOK { get; }