pylabrobot.opentrons.flex.flex_head.FlexHead8.move_to_addressable_area#

async FlexHead8.move_to_addressable_area(addressable_area_name: str, offset: Coordinate | None = None, minimum_z_height: float | None = None, speed: float | None = None, stay_at_max_height: bool = False) → None#

Move to a named fixture on the deck rather than to labware.

An addressable area is somewhere the deck itself provides: a trash bin, a waste chute, a staging slot. Named, so the robot resolves the position.

Parameters:
  • addressable_area_name (str)

  • offset (Coordinate | None)

  • minimum_z_height (float | None)

  • speed (float | None)

  • stay_at_max_height (bool)

Return type:

None