pylabrobot.resources.tip_rack.TipSpot.__init__#

TipSpot.__init__(name: str, size_x: float, size_y: float, make_tip: Callable[[str], Tip], size_z: float = 0, category: str = 'tip_spot')#

Initialize a tip spot.

Parameters:
  • name (str) – the name of the tip spot.

  • size_x (float) – the size of the tip spot in the x direction.

  • size_y (float) – the size of the tip spot in the y direction.

  • size_z (float) – the size of the tip spot in the z direction.

  • make_tip (Callable[[str], Tip]) – a function that creates a tip for the tip spot.

  • category (str) – the category of the tip spot.