pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.put_plate

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

async Vantage.put_plate(plate_center_x_direction: int = 0, plate_center_y_direction: int = 3000, plate_center_z_direction: int = 0, press_on_distance: int = 5, z_speed: int = 1287, open_gripper_position: int = 860, minimal_traverse_height_at_begin_of_command: List[int] | None = None, minimal_height_at_command_end: List[int] | None = None)#

Put plate

Parameters:
  • plate_center_x_direction (int) – Plate center X direction [0.1mm].

  • plate_center_y_direction (int) – Plate center Y direction [0.1mm].

  • plate_center_z_direction (int) – Plate center Z direction [0.1mm].

  • press_on_distance (int) – Press on distance [0.1mm].

  • z_speed (int) – Z speed [0.1mm/sec].

  • open_gripper_position (int) – Open gripper position [0.1mm].

  • minimal_traverse_height_at_begin_of_command (List[int] | None) – Minimal traverse height at begin of command [0.1mm].

  • minimal_height_at_command_end (List[int] | None) – Minimal height at command end [0.1mm].