pylabrobot.opentrons.flex.flex_head.FlexHead8.liquid_probe#
- async FlexHead8.liquid_probe(plate: Plate, column: int) float#
Probe for liquid in a column – one
liquidProbecommand anchored at its rearmost well; return the found liquid z (mm).Requires at least one mounted tip and a valid column (both checked before any wire command) and ALL nozzle mode (reset first if a single-tip op left the layout otherwise). Raises
OpentronsErrorif no liquid is found; usetry_liquid_probefor the non-raising variant.