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, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
Inheritance
PropertyChangedBase
AnalogOutputsTerminal
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

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>