Class DCDriveTerminal
Represents a DC drive terminal.
public class DCDriveTerminal : WCStateTerminalBase, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
DCDriveTerminal
- Implements
- Derived
- Inherited Members
Constructors
DCDriveTerminal(ushort)
Initializes a new instance of the DCDriveTerminal class.
public DCDriveTerminal(ushort drivesCount)
Parameters
drivesCountushortThe count of time stamp inputs.
Exceptions
- ArgumentOutOfRangeException
Thrown when
drivesCountis 0 (zero).
Properties
DCDrives
Gets the DC drive channels.
public IReadOnlyList<DCDrive> DCDrives { get; }
Property Value
Modules
Gets the DCDrives as ILisrtModules.
public override IEnumerable<ILisrtModule> Modules { get; }