pylabrobot.liquid_handling.liquid_handler.LiquidHandler.move_tips#

async LiquidHandler.move_tips(source_tip_spots: List[TipSpot], dest_tip_spots: List[TipSpot])#

Move tips from one tip rack to another.

This is a convenience method that picks up tips from source_tip_spots and drops them to dest_tip_spots.

Examples

Move tips from one tip rack to another:

>>> await lh.move_tips(source_tip_rack["A1":"A8"], dest_tip_rack["B1":"B8"])
Parameters:
  • source_tip_spots (List[TipSpot])

  • dest_tip_spots (List[TipSpot])