Class DCDriveTerminal
Represents a DC drive terminal.
public class DCDriveTerminal : WCStateTerminalBase, INotifyPropertyChangedEx, INotifyPropertyChanged, ITerminal, IHasWCState
- Inheritance
-
PropertyChangedBaseDCDriveTerminal
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
DCDriveTerminal(ushort)
Initializes a new instance of the DCDriveTerminal class.
public DCDriveTerminal(ushort drivesCount)
Parameters
drivesCount
ushortThe count of time stamp inputs.
Exceptions
- ArgumentOutOfRangeException
Thrown when
drivesCount
is 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; }