pylabrobot.resources.Deck.clear

Contents

pylabrobot.resources.Deck.clear#

Deck.clear(include_trash: bool = False)#

Removes all resources from the deck.

Examples

Clearing all resources on a liquid handler deck:

>>> lh.deck.clear()

Clearing all resources on a liquid handler deck, including the trash area:

>>> lh.deck.clear(include_trash=True)
Parameters:

include_trash (bool)