pylabrobot.liquid_handling.liquid_handler.LiquidHandler.stamp

pylabrobot.liquid_handling.liquid_handler.LiquidHandler.stamp#

async LiquidHandler.stamp(source: Plate, target: Plate, volume: float, aspiration_flow_rate: float | None = None, dispense_flow_rate: float | None = None)#

Stamp (aspiration and dispense) one plate onto another.

Parameters:
  • source (Plate) – the source plate

  • target (Plate) – the target plate

  • volume (float) – the volume to be transported

  • aspiration_flow_rate (float | None) – the flow rate for the aspiration, in ul/s. If None, the backend default will be used.

  • dispense_flow_rate (float | None) – the flow rate for the dispense, in ul/s. If None, the backend default will be used.