Skip to content

Commit

Permalink
Flesh out tipPhysicallyMissing semantics.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed May 14, 2024
1 parent efc4574 commit 3bc44d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/src/opentrons/protocol_engine/commands/pick_up_tip.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ class TipPhysicallyMissingError(ErrorOccurrence):
That space in the tip rack is marked internally as not having any tip,
as if the tip were consumed by a pickup.
The pipette will act as if no tip was picked up. So, you won't be able to aspirate
anything, and movement commands will assume there is no tip hanging off the bottom
of the pipette.
"""

errorType: Literal["tipPhysicallyMissing"] = "tipPhysicallyMissing"
Expand Down

0 comments on commit 3bc44d5

Please sign in to comment.