pylabrobot.liquid_handling.backends.hamilton.STAR_backend.STAR.pick_up_tips96#
- async STAR.pick_up_tips96(pickup: PickupTipRack, tip_pickup_method: Literal['from_rack', 'from_waste', 'full_blowout'] = 'from_rack', minimum_height_command_end: float | None = None, minimum_traverse_height_at_beginning_of_a_command: float | None = None)#
Pick up tips using the 96 head.
tip_pickup_methodcan be one of the following:“from_rack”: standard tip pickup from a tip rack. this moves the plunger all the way down before mouting tips.
- “from_waste”:
it actually moves the plunger all the way up
mounts tips
moves up like 10mm
moves plunger all the way down
moves to traversal height (tips out of rack)
- “full_blowout”:
it actually moves the plunger all the way up
mounts tips
moves to traversal height (tips out of rack)
- Parameters:
pickup (PickupTipRack) – The standard
PickupTipRackoperation.tip_pickup_method (Literal['from_rack', 'from_waste', 'full_blowout']) – The method to use for picking up tips. One of “from_rack”, “from_waste”, “full_blowout”.
minimum_height_command_end (float | None) – The minimum height to move to at the end of the command.
minimum_traverse_height_at_beginning_of_a_command (float | None) – The minimum height to move to at the beginning of the command.