pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.get_resource
pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.get_resource#
- HamiltonDeck.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