Class EL2502
Represents a EL2502 terminal with 2 PWM outputs.
public class EL2502 : WCStateTerminalBase, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
EL2502
- Implements
- Inherited Members
Remarks
Process Data Object (PDO) Configuration
Select the predefined PDO assignment "Pulse width and frequency (-1 Hz) (32 bit)".Constructors
EL2502()
Initializes a new instance of the EL2502 class.
public EL2502()
Properties
Modules
Gets the ILisrtModules from the terminal, for example input channels.
public override IEnumerable<ILisrtModule> Modules { get; }
Property Value
Outputs
Gets the PWM outputs.
public virtual IReadOnlyList<PwmOutput> Outputs { get; }