pylabrobot.resources.Deck.get_resource
pylabrobot.resources.Deck.get_resource#
- Deck.get_resource(name: str) pylabrobot.resources.resource.Resource #
Returns the resource with the given name.
- Raises
ValueError – If the resource is not found.
- Parameters
name (str) –
- Return type