pylabrobot.resources.tip.Tip#
- class pylabrobot.resources.tip.Tip(has_filter: bool, total_tip_length: float, maximal_volume: float, fitting_depth: float, name: str | None = None)#
Bases:
objectA single tip.
- Variables:
has_filter (bool) – whether the tip type has a filter
total_tip_length (float) – total length of the tip, in in mm
maximal_volume (float) – maximal volume 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:
Attributes
Methods