pylabrobot.liquid_handling.backends.hamilton.vantage.Vantage.core96_tip_pick_up

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

async Vantage.core96_tip_pick_up(x_position: int = 5000, y_position: int = 5000, tip_type: int = 4, tip_handling_method: int = 0, z_deposit_position: int = 0, minimal_traverse_height_at_begin_of_command: int = 3900, minimal_height_at_command_end: int = 3900)#

Tip Pick up using the 96 head.

Parameters:
  • x_position (int) – X Position [0.1mm].

  • y_position (int) – Y Position [0.1mm].

  • tip_type (int) – Tip type (see command TT).

  • tip_handling_method (int) – Tip handling method.

  • z_deposit_position (int) – Z deposit position [0.1mm] (collar bearing position).

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

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