pylabrobot.opentrons.flex.flex_head.FlexHead96.aspirate_in_place#
- async FlexHead96.aspirate_in_place(volume: float, flow_rate: float | None = None) None#
Aspirate
volumeuL where the head already is – oneaspirateInPlacecommand.Names no well, so no
Well/Containertracker moves with it: position the head first (move_to_well/move_to) and account for the liquid yourself. Draw with the tip UNDER the surface and far enough off the floor not to seal against it; drawing from above the liquid takes air.flow_rate(uL/s) defaults to the aspirate default.Raises
NotReadyToAspirateErrorwhen the plunger needs priming, since naming no well leaves the robot no safe height to prime at. Seeprepare_to_aspirate.