pylabrobot.resources.TipRack.set_tip_state
pylabrobot.resources.TipRack.set_tip_state#
- TipRack.set_tip_state(tips: Union[List[List[bool]], str]) None #
Set the initial tip tracking state of all tips in this tip rack.
Examples
Filling the left half of a 96-well tip rack:
>>> tip_rack.set_tip_state("A7:H12")
Filling the right half of a 96-well tip rack:
>>> tip_rack.set_tip_state([[True] * 6 + [False] * 6] * 8)