pylabrobot.resources.tip.Tip#

class pylabrobot.resources.tip.Tip(has_filter: bool, total_tip_length: float, maximal_volume: float, fitting_depth: float, nominal_volume: float | None = None, name: str | None = None)#

Bases: SerializableMixin

A single tip.

Variables:
  • has_filter (bool) – whether the tip type has a filter

  • total_tip_length (float) – total length of the tip, in mm

  • nominal_volume (float | None) – rated working volume of the tip (what it is sold and named as), in uL. Defaults to maximal_volume when not given.

  • maximal_volume (float) – physical brim-full capacity of the tip, in uL

  • fitting_depth (float) – the overlap between the tip and the pipette, in mm

  • name (str | None) – optional identifier for this tip

Parameters:
  • has_filter (bool)

  • total_tip_length (float)

  • maximal_volume (float)

  • fitting_depth (float)

  • nominal_volume (float | None)

  • name (str | None)

Attributes

Methods

__init__(has_filter, total_tip_length, ...)

serialize()