-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api): add aspirate and dispense while tracking commands #17286
Conversation
9f67373
to
cc3b520
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but we definitely need to add command tests. These are the parameters we want, right? Primarily something you configure via flow rate?
|
535eb22
to
e877d9d
Compare
e877d9d
to
dba1630
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good to me, nice!
Changes relative to the release are not allowed in command schema 11, since it will ship in 8.3.0. Changes should only be made to command schema 12. These changes come from: - #17286 ( 48a028a ) which added aspirate and dispense while tracking commands - #17300 ( 35686bc ) and #17206 ( cec46ef) which added initial stacker EVT commands - #17259 ( 7393c92) which added a move lid command These are all covered in schema 12 by subsequent schema generation exports.
Overview
This pr creates new protocol engine commands for
AspirateWhileTracking
andDispenseWhileTracking
. These don't affect the functionality of the existingAspirate
andDispense
pe commands. I'm going to add the actualpipetting.py
implementation of these in a follow-up pr, and it's going to involve some refactors, so for now it's wired up and just not implemented below the protocol engine.Changelog
AspirateWhileTracking
,DispenseWhileTracking
pe commandscommand_unions