Table of Contents

Class EL95xx

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

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
PropertyChangedBase
EL95xx
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

bool

Modules

Gets the ILisrtModules from the terminal. Returns nothing.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Overloaded

Gets a value indicating whether the output is overloaded.

public bool Overloaded { get; }

Property Value

bool

PowerIsOK

Gets a value indicating whether the power is OK.

public bool PowerIsOK { get; }

Property Value

bool