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