Getting Started
Liquid handling
API documentation
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()
use_channels (Optional[List[int]]) – List of channels to use. Index from front to back. If None, all that have tips will be used.
None
backend_kwargs – Additional keyword arguments for the backend, optional.