pylabrobot.liquid_handling.backends.hamilton.base.HamiltonLiquidHandler.request_tip_presence#

async HamiltonLiquidHandler.request_tip_presence() List[bool | None]#

Request the tip presence status for each channel. Returns a list of length num_channels where each element is True if a tip is mounted, False if not, or None if unknown.

Return type:

List[bool | None]