pylabrobot.resources.tecan.tip_creators.TecanTip# class pylabrobot.resources.tecan.tip_creators.TecanTip(has_filter: bool, total_tip_length: float, maximal_volume: float, tip_type: TipType, fitting_depth: float = 0, name: str | None = None)# Bases: Tip Represents a single tip for Tecan instruments. Parameters: has_filter (bool) total_tip_length (float) maximal_volume (float) tip_type (TipType) fitting_depth (float) name (str | None)