pylabrobot.liquid_handling.liquid_handler.LiquidHandler.get_resource#

LiquidHandler.get_resource(name: str) Resource#

Find a resource on the deck of this liquid handler. Also see get_resource().

Parameters:

name (str) – name of the resource.

Returns:

The resource with the given name, or None if not found.

Return type:

Resource