pylabrobot.resources.PetriDish.__init__

pylabrobot.resources.PetriDish.__init__#

PetriDish.__init__(name: str, diameter: float, height: float, category: str = 'petri_dish', model: str | None = None)#

Create a new container.

Parameters:
  • max_volume – Maximum volume of the container. If None, will be inferred from resource size.

  • name (str)

  • diameter (float)

  • height (float)

  • category (str)

  • model (str | None)