pylabrobot.resources.TubeRack.__init__#
- TubeRack.__init__(name: str, size_x: float, size_y: float, size_z: float, ordered_items: Dict[str, ResourceHolder] | None = None, 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 of lists of wells.
model (str | None) – Model of the tube rack.
ordered_items (Dict[str, ResourceHolder] | None)