Class Accelerometer
This represents an accelerometer
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class Accelerometer : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Orientation
Orientation of the accelerometer
Declaration
public int Orientation { get; set; }
Property Value
Type | Description |
---|---|
int |
Remarks
See https://docs.duet3d.com/en/Duet3D_hardware/Accessories/Duet3D_Accelerometer#orientation for a list of orientations
Points
Number of collected data points in the last run or 0 if it failed
Declaration
public int Points { get; set; }
Property Value
Type | Description |
---|---|
int |
Runs
Number of completed sampling runs
Declaration
public int Runs { get; set; }
Property Value
Type | Description |
---|---|
int |