pylabrobot.liquid_handling.liquid_handler.LiquidHandler.discard_tips#

async LiquidHandler.discard_tips(use_channels: Optional[List[int]] = None, **backend_kwargs)#

Permanently discard tips.

Examples

Discarding the tips on channels 1 and 2:

>>> lh.discard_tips(use_channels=[0, 1])

Discarding all tips currently picked up:

>>> lh.discard_tips()
Parameters:
  • use_channels (Optional[List[int]]) – List of channels to use. Index from front to back. If None, all that have tips will be used.

  • backend_kwargs – Additional keyword arguments for the backend, optional.