You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(protocol-designer): cap flow rate at hardware maximum (#18859)
This PR ensures that the interpolated liquid class flow rate for
aspirate, dispense, and blowout does not exceed the range prescribed by
the pipette liquid definition's plunger curves. To achieve this, we
reuse the max flow rate logic in `getMaxUiFlowRate` in the liquid class
form change handler utils, to make sure the populated flow rates from
the liquid class are physically possible.
The code is a bit redundant in the various form change utils, but I am
erring on the side of caution vs. DRY given the upcoming release. I can
refactor the utilities in a followup post-release.
Closes RQA-4151
0 commit comments