Class BoardClosedLoop
This represents information about closed-loop tuning
Inherited Members
Namespace: DuetAPI.ObjectModel
Assembly: DuetAPI.dll
Syntax
public sealed class BoardClosedLoop : ModelObject, IModelObject, ICloneable, INotifyPropertyChanged, INotifyPropertyChanging
Properties
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 |