pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.resource_unassigned_callback
pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.resource_unassigned_callback#
- HamiltonDeck.resource_unassigned_callback(resource: pylabrobot.resources.resource.Resource)#
Called when a resource is unassigned from this resource.
May be overridden by subclasses.
May raise an exception if the resource cannot be unassigned from this resource.
- Parameters
resource (pylabrobot.resources.resource.Resource) – The resource that was unassigned.