-
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!
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