pylabrobot.opentrons.flex.flex_head.FlexHead8.dispense#
- async FlexHead8.dispense(target: Plate | Well | Sequence[Well] | Container, volume: float, *, column: int | None = None, use_channels: Sequence[int] | None = None, flow_rate: float | None = None, offset: Coordinate | None = None, liquid_height: float | None = None) None#
Dispense
volumeuL intotargetusing PLR coordinates and in-place dispensing.The
dispensemirror ofaspirate(): thetargettype selects the addressing (aplate.column(c)sequence, a singleWell, or aContainercavity) anduse_channelsnames the active nozzles. NoconfigureNozzleLayoutis emitted (the layout is fixed at pickup). Seeaspirate()for the full contract;columnis the same transitional bridge for the olddispense(plate, column=c)call.