pylabrobot.agilent.biotek.el406.EL406.abort#
- async EL406.abort(step_type: EL406StepType | None = None) None#
Abort a running operation.
- Parameters:
step_type (EL406StepType | None) – Optional step type to abort. If None, aborts current operation.
- Raises:
RuntimeError – If device not initialized.
TimeoutError – If timeout waiting for ACK response.
- Return type:
None