pylabrobot.opentrons.flex.flex_head.FlexHead8.aspirate_container#
- async FlexHead8.aspirate_container(container: Container, volume: float, flow_rate: float | None = None, offset: Coordinate | None = None, liquid_height: float | None = None) None#
Aspirate
volumeuL per channel from one single-cavity container.PLR centers the 8-nozzle row in the cavity (trough/reservoir), adds
offsetandliquid_height, then aspirates in place. Requires a mounted tip, a cavity the offset-shifted row still fits, and ALL nozzle mode. Each channel holding a tip drawsvolume, so the container’s single tracker is staged with the total and settled as one op.- Parameters:
container (Container)
volume (float)
flow_rate (float | None)
offset (Coordinate | None)
liquid_height (float | None)
- Return type:
None