pylabrobot.resources.TubeRack.__init__

pylabrobot.resources.TubeRack.__init__#

TubeRack.__init__(name: str, size_x: float, size_y: float, size_z: float, items: List[List[Tube]], model: str | None = None)#

Initialize a TubeRack resource.

Parameters:
  • name (str) – Name of the tube rack.

  • size_x (float) – Size of the tube rack in the x direction.

  • size_y (float) – Size of the tube rack in the y direction.

  • size_z (float) – Size of the tube rack in the z direction.

  • items (List[List[Tube]]) – List of lists of wells.

  • model (str | None) – Model of the tube rack.