pylabrobot.agilent.biotek.el406.plate_washer.PlateWasher.dispense#
- async PlateWasher.dispense(volume: float, buffer: Literal['A', 'B', 'C', 'D'] = 'A', flow_rate: int = 7, offset_x: int = 0, offset_y: int = 0, offset_z: int | None = None, pre_dispense_volume: float = 0.0, pre_dispense_flow_rate: int = 9, vacuum_delay_volume: float = 0.0) None#
Dispense liquid to all wells via the wash manifold.
- Parameters:
volume (float) – Volume to dispense in uL/well (25-3000).
buffer (Literal['A', 'B', 'C', 'D']) – Buffer valve selection (A, B, C, D).
flow_rate (int) – Dispense flow rate (1-11).
offset_x (int) – X offset in steps (-60 to +60).
offset_y (int) – Y offset in steps (-40 to +40).
offset_z (int | None) – Z offset in steps (1-210). None for plate-type default.
pre_dispense_volume (float) – Pre-dispense volume in uL/tube (0 to disable).
pre_dispense_flow_rate (int) – Pre-dispense flow rate (3-11).
vacuum_delay_volume (float) – Delay start of vacuum until volume dispensed in uL/well.
- Return type:
None