-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(api): add new InstrumentContext.transfer_liquid() method (#16819)
Closes AUTH-843 # Overview Adds `InstrumentContext.transfer_liquid()` method that does the following- - validates parameters of `transfer_liquid()` - loads the liquid class properties for the relevant pipette and tiprack into protocol engine - delegates to engine core to perform the actual transfer This PR does not cover engine core's transfer method execution. ## Risk assessment No risk so far since this is a code-only change.
- Loading branch information
Showing
15 changed files
with
989 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.