pylabrobot.thermo_fisher.btx.gemini.X2.standard.PreparedElectroporationRun#

class pylabrobot.thermo_fisher.btx.gemini.X2.standard.PreparedElectroporationRun(protocol_name: str, device_serial_number: str, protocol: ElectroporationProtocol, plate_columns: int | None, prefix: str, prepared_at_utc: str, baseline_log_paths: tuple[str, ...], prepare_result: ElectroporationPreparationDetails)#

Bases: object

Prepared temporary run left armed on the device run screen.

Serialize with as_dict() and restore with from_dict() in a later process.

Attributes

Methods

__init__(protocol_name, ...)

as_dict()

from_dict(data)

Parameters: