pylabrobot.liquid_handling.backends.hamilton.base.HamiltonLiquidHandler.can_pick_up_tip# abstractmethod HamiltonLiquidHandler.can_pick_up_tip(channel_idx: int, tip: Tip) → bool# Check if the tip can be picked up by the specified channel. Does not consider if a tip is already mounted - just whether the tip can be picked up by the channel. Parameters: channel_idx (int) tip (Tip) Return type: bool