pylabrobot.resources.tip.Tip

Contents

pylabrobot.resources.tip.Tip#

class pylabrobot.resources.tip.Tip(has_filter: bool, total_tip_length: float, maximal_volume: float, fitting_depth: float)#

Bases: object

A 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

Parameters:
  • has_filter (bool) –

  • total_tip_length (float) –

  • maximal_volume (float) –

  • fitting_depth (float) –

Attributes

has_filter

total_tip_length

maximal_volume

fitting_depth

Methods

__init__(has_filter, total_tip_length, ...)

serialize()