Class Sensors
Information about sensors
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Sensors : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Analog
List of analog sensors
Declaration
public ModelCollection<AnalogSensor?> Analog { get; }
Property Value
Type | Description |
---|---|
ModelCollection<AnalogSensor> |
See Also
Endstops
List of configured endstops
Declaration
public ModelCollection<Endstop?> Endstops { get; }
Property Value
Type | Description |
---|---|
ModelCollection<Endstop> |
See Also
FilamentMonitors
List of configured filament monitors
Declaration
public ModelCollection<FilamentMonitor?> FilamentMonitors { get; }
Property Value
Type | Description |
---|---|
ModelCollection<FilamentMonitor> |
See Also
GpIn
List of general-purpose input ports
Declaration
public ModelCollection<GpInputPort?> GpIn { get; }
Property Value
Type | Description |
---|---|
ModelCollection<GpInputPort> |
See Also
Probes
List of configured probes
Declaration
public ModelCollection<Probe?> Probes { get; }
Property Value
Type | Description |
---|---|
ModelCollection<Probe> |