pylabrobot.liquid_handling.backends.hamilton.STAR.STAR.set_heads#
- STAR.set_heads(head: Dict[int, TipTracker], head96: Dict[int, TipTracker] | None = None)#
Set the tip tracker for the robot. Called automatically by
LiquidHandler.setup
or can be called manually if interacting with the backend directly. A head must be set before setup.- Parameters:
head (Dict[int, TipTracker])
head96 (Dict[int, TipTracker] | None)