Table of Contents

Class AnalogOutputsTerminal

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

Represents an analog output terminal that sets analog signals.

public abstract class AnalogOutputsTerminal : WCStateTerminalBase, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
AnalogOutputsTerminal
Implements
Derived
Inherited Members

Properties

Modules

Gets the ILisrtModules from the terminal, for example output channels.

public override IEnumerable<ILisrtModule> Modules { get; }

Property Value

IEnumerable<ILisrtModule>

Outputs

Gets or sets the current outputs.

public virtual IReadOnlyList<AnalogOutput> Outputs { get; protected set; }

Property Value

IReadOnlyList<AnalogOutput>