pylabrobot.hamilton.prep.PrepSimulationDriver#

class pylabrobot.hamilton.prep.PrepSimulationDriver(deck: Deck, declared_configuration_json: str | None = None, firmware_tree_json: str | None = None, initialized: bool = False)#

Bases: PrepDriver

A simulated Prep, driven exactly like the real one.

Parameters:
  • deck (Deck)

  • declared_configuration_json (str | None)

  • firmware_tree_json (str | None)

  • initialized (bool)