pylabrobot.resources.TipRack.set_tip_state

pylabrobot.resources.TipRack.set_tip_state#

TipRack.set_tip_state(tips: List[List[bool]]) None#

Set the initial tip tracking state of all tips in this tip rack.

Examples

Filling the right half of a 96-well tip rack:

>>> tip_rack.set_tip_state([[True] * 6 + [False] * 6] * 8)
Parameters:

tips (List[List[bool]]) –

Return type:

None