pylabrobot.liquid_handling.liquid_handler.LiquidHandler.return_tips#

async LiquidHandler.return_tips()#

Return all tips that are currently picked up to their original place.

Examples

Return the tips on the head to the tip rack where they were picked up:

>>> lh.pick_up_tips(tip_rack["A1"])
>>> lh.return_tips()
Raises:

RuntimeError – If no tips have been picked up.