pylabrobot.resources.hamilton.hamilton_decks.HamiltonDeck.resource_unassigned_callback#
- HamiltonDeck.resource_unassigned_callback(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 (Resource) – The resource that was unassigned.