Class AnalogOutputsTerminal
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
Outputs
Gets or sets the current outputs.
public virtual IReadOnlyList<AnalogOutput> Outputs { get; protected set; }