Class Driver
Information about a driver
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Driver : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
ClosedLoop
Closed-loop settings (if applicable)
Declaration
public DriverClosedLoop? ClosedLoop { get; set; }
Property Value
Type | Description |
---|---|
DriverClosedLoop |
Status
Driver status register value The lowest 8 bits of these have the same bit positions as in the TMC2209 DRV_STATUS register. The TMC5160 DRV_STATUS is different so the bits are translated to this. Similarly for TMC2660. Only the lowest 16 bits are passed in driver event messages
Declaration
public uint Status { get; set; }
Property Value
Type | Description |
---|---|
uint |