Skip to content
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

Open
wants to merge 5 commits into
base: edge
Choose a base branch
from

Conversation

caila-marashaj
Copy link
Contributor

@caila-marashaj caila-marashaj commented Jan 15, 2025

Overview

This pr creates new protocol engine commands for AspirateWhileTracking and DispenseWhileTracking. These don't affect the functionality of the existing Aspirate and Dispense pe commands. I'm going to add the actual pipetting.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

  • add AspirateWhileTracking, DispenseWhileTracking pe commands
  • add them into command_unions
  • update command schema 11

@caila-marashaj caila-marashaj force-pushed the aspirate-dispense-while-tracking branch from 9f67373 to cc3b520 Compare January 16, 2025 16:02
@caila-marashaj caila-marashaj marked this pull request as ready for review January 16, 2025 16:03
@caila-marashaj caila-marashaj requested review from a team as code owners January 16, 2025 16:03
Copy link
Member

@sfoster1 sfoster1 left a 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?

@caila-marashaj
Copy link
Contributor Author

caila-marashaj commented Jan 16, 2025

Looks good, but we definitely need to add command tests. These are the parameters we want, right? Primarily something you configure via flow rate?

  • will do on the tests
  • Yep, we want to just specify the flow rate and the z speed will adapt based off of that if that's what you mean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants