Skip to content

Commit

Permalink
updated schema and formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Sep 20, 2024
1 parent fd93d0e commit a40b66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions api/src/opentrons/protocol_engine/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@ class WellOffset(BaseModel):
class WellVolumeOffset(BaseModel):
"""A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS.
Specifying `operationVolume` results in this class acting as a sentinel and should be used when
volume can be determined from the command parameters, for example commanding Aspirate. A volume
should be specified when it cannot be determined from the command parameters, for example commanding
Specifying `operationVolume` results in this class acting as a sentinel and should be used when
volume can be determined from the command parameters, for example commanding Aspirate. A volume
should be specified when it cannot be determined from the command parameters, for example commanding
MoveToWell prior to AspirateInPlace.
"""

Expand Down
2 changes: 1 addition & 1 deletion shared-data/command/schemas/9.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
},
"WellVolumeOffset": {
"title": "WellVolumeOffset",
"description": "A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS.\n\nFor example, this parameter should be used for MoveToWell commands prior to AspirateInPlace commands.",
"description": "A volume of liquid to account for when executing commands with an origin of WellOrigin.MENISCUS.\n\nSpecifying `operationVolume` results in this class acting as a sentinel and should be used when\nvolume can be determined from the command parameters, for example commanding Aspirate. A volume\nshould be specified when it cannot be determined from the command parameters, for example commanding\nMoveToWell prior to AspirateInPlace.",
"type": "object",
"properties": {
"volumeOffset": {
Expand Down

0 comments on commit a40b66b

Please sign in to comment.