pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.get_logic_iswap_position

pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.get_logic_iswap_position#

async STAR.get_logic_iswap_position(x_position: int = 0, x_direction: int = 0, y_position: int = 0, y_direction: int = 0, z_position: int = 0, z_direction: int = 0, location: int = 0, hotel_depth: int = 1300, grip_direction: int = 1, collision_control_level: int = 1)#

Get logic iSWAP position

Parameters:
  • x_position (int) – Plate center in X direction [0.1mm]. Must be between 0 and 30000. Default 0.

  • x_direction (int) – X-direction. 0 = positive 1 = negative. Must be between 0 and 1. Default 0.

  • y_position (int) – Plate center in Y direction [0.1mm]. Must be between 0 and 6500. Default 0.

  • y_direction (int) – Y-direction. 0 = positive 1 = negative. Must be between 0 and 1. Default 0.

  • z_position (int) – Plate gripping height in Z direction. Must be between 0 and 3600. Default 0.

  • z_direction (int) – Z-direction. 0 = positive 1 = negative. Must be between 0 and 1. Default 0.

  • location (int) – location. 0 = Stack 1 = Hotel. Must be between 0 and 1. Default 0.

  • hotel_depth (int) – Hotel depth [0.1mm]. Must be between 0 and 3000. Default 1300.

  • grip_direction (int) – Grip direction. 1 = negative Y, 2 = positive X, 3 = positive Y, 4 = negative X. Must be between 1 and 4. Default 1.

  • collision_control_level (int) – collision control level 1 = high 0 = low. Must be between 0 and 1. Default 1.