Class ClosedLoopPositionError
Information about the current fraction of the closed-loop configuration
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class ClosedLoopPositionError : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
Max
Maximum position error
Declaration
public float Max { get; set; }
Property Value
Type | Description |
---|---|
float |
Rms
RMS of the position error
Declaration
public float Rms { get; set; }
Property Value
Type | Description |
---|---|
float |