Lines Matching refs:setpoint
186 attached to it, selects the maximum setpoint, clamps it by the minimum ceiling
195 get the setpoint value from the owning zone and then drive the fans to that
198 A `temp` PID is meant to drive the setpoint given an absolute temperature value
201 A `margin` PID is meant to drive the setpoint given a margin value (lower value
205 The setpoint output from the thermal controllers is called `RPMSetpoint()`
243 If the PID is a `margin` controller and its `setpoint` is in centigrade and
261 "setpoint": 90.0,
275 | `setpoint` | `double` | Presently UNUSED …
285 "setpoint": 10,
299 | `setpoint` | `double` | The setpoint value for the thermal PID. The setpoint for the mar…
310 The output of a `margin` PID loop is that it sets the setpoint value for the
326 "setpoint": 30.0,
364 | `isCeiling` | `bool` | Whether this controller provides a setpoint or a ceiling fo…
365 | `setpoint` | `double` | Presently UNUSED. …