pylabrobot.liquid_handling.liquid_handler.LiquidHandler.stamp
pylabrobot.liquid_handling.liquid_handler.LiquidHandler.stamp#
- async LiquidHandler.stamp(source: pylabrobot.resources.plate.Plate, target: pylabrobot.resources.plate.Plate, volume: float, aspiration_flow_rate: Union[float, pylabrobot.default._DefaultType] = Default, dispense_flow_rate: Union[float, pylabrobot.default._DefaultType] = Default)#
Stamp (aspiration and dispense) one plate onto another.
- Parameters
source (pylabrobot.resources.plate.Plate) – the source plate
target (pylabrobot.resources.plate.Plate) – the target plate
volume (float) – the volume to be transported
aspiration_flow_rate (Union[float, pylabrobot.default._DefaultType]) – the flow rate for the aspiration, in ul/s. If
Default
, the backend default will be used.dispense_flow_rate (Union[float, pylabrobot.default._DefaultType]) – the flow rate for the dispense, in ul/s. If
Default
, the backend default will be used.