Skip to content

Calibration Logic: Target limits and Capacity Parameter

The calibratable interface already handles readbacks of the value Parameter and setting the target parameter.

  • Especially regarding the Target Parameter the limits reported to the User need to be dynamic, since they now depend on the calibration coefficients

    • for example the mfcs have a capacity parameter, that can be read directly from the device and is dependent on the currently configured gastype, but now it is also dependent on the calibration coefficients
      -> we already have a target_calibrated parameter: target_calibrated; target_calibrated_limits -> device limits target; target_limits -> inverse_calib(device limits)
  • the capacity Parameter should also be handled properly

    • capacity_calibrated --> inverse_calib(capacity)