pylabrobot.resources.Lid.__init__

Contents

pylabrobot.resources.Lid.__init__#

Lid.__init__(name: str, size_x: float, size_y: float, size_z: float, category: str = 'lid')#

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.

  • category (str) –