pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.release_picked_up_resource

pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.release_picked_up_resource#

async Vantage.release_picked_up_resource(resource: Resource, destination: Coordinate, offset: Coordinate, pickup_distance_from_top: float, z_clearance_height: int = 0, press_on_distance: int = 5, hotel_depth: int = 0, minimal_height_at_command_end: int = 2840)#

Release a resource picked up with the IPG. See pick_up_resource().

You probably want to use move_resource(), which allows you to pick up and move a resource with a single command.

Parameters: