Closed
Description
I've noticed that the pick_up_tips96
method checks that all 96 tips are present in the tip rack, and raises a ValueError otherwise.
...
if not tip_rack.num_items == 96:
raise ValueError("Tip rack must have 96 tips")
...
Why is this? Sometimes it could be useful to remove tips from the rack used by the 96 head since the head by itself doesn't allow to aspirate different volumes, and removing certain tips with the 8-channel essentially adds the "feature" of being able to not aspirate from certain wells.
Maybe a flag like checkTips
could be added to this method? Is there another way to remove this check? (ideally I could remove the check temporarily only when using the 96 head)
I know I can momentarily disable tip tracking, however it's less than ideal as doing that resets all tip racks to their initial state in the visualizer
Metadata
Metadata
Assignees
Labels
No labels