pylabrobot.liquid_handling.backends.hamilton.STAR_backend.STAR.head96_move_tool_z#
- async STAR.head96_move_tool_z(z: float, speed: float | None = None)#
Move the 96-head tip bottom to an absolute Z position in mm.
Requires tips.
head96_move_stop_disk_zreferences the stop disk, so this reads the tip overhang (stop disk minus tip bottom, measured move-free fromhead96_request_stop_disk_zvshead96_request_position) and offsets the move so the tip end lands onz. Mirrors the single-channelmove_channel_tool_z: a tip-presence guard plus a tip-space range check.- Parameters:
- Raises:
ValueError – if the 96-head holds no tips, or
zis outside the reachable tip-bottom window.