pylabrobot.resources.Lid.__init__#
- Lid.__init__(name: str, size_x: float, size_y: float, size_z: float, nesting_z_height: float, category: str = 'lid', model: str | None = None)#
Create a lid for a plate.
- Parameters:
name (str) – Name of the lid.
size_x (float) – Size of the lid in x-direction.
size_y (float) – Size of the lid in y-direction.
size_z (float) – Size of the lid in z-direction.
nesting_z_height (float) – the overlap in mm between the lid and its parent plate (in the z-direction).
category (str)
model (str | None)