pylabrobot.resources.Trough.__init__

pylabrobot.resources.Trough.__init__#

Trough.__init__(name: str, size_x: float, size_y: float, size_z: float, max_volume: float, category: str | None = 'trough', model: str | None = None)#

Create a new container.

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

  • name (str)

  • size_x (float)

  • size_y (float)

  • size_z (float)

  • category (str | None)

  • model (str | None)