Skip to content

Commit

Permalink
docs(protocol-engine): Suggest updating position estimates after an `…
Browse files Browse the repository at this point in the history
…overpressure` error (#15835)
  • Loading branch information
SyntaxColoring authored Jul 30, 2024
1 parent 2383bf8 commit 51838a5
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ class ErrorLocationInfo(TypedDict):
class OverpressureError(ErrorOccurrence):
"""Returned when sensors detect an overpressure error while moving liquid.
The pipette plunger motion is stopped at the point of the error. The next thing to
move the plunger must be a `home` or `blowout` command; commands like `aspirate`
will return an error.
The pipette plunger motion is stopped at the point of the error.
The next thing to move the plunger must account for the robot not having a valid
estimate of its position. It should be a `home`, `unsafe/updatePositionEstimators`,
`unsafe/dropTipInPlace`, or `unsafe/blowOutInPlace`.
"""

isDefined: bool = True
Expand Down

0 comments on commit 51838a5

Please sign in to comment.