pylabrobot.resources.Carrier.unassign_child_resource#

Carrier.unassign_child_resource(resource: Resource)#

Unassign a resource from this carrier, checked by name.

Raises:

ValueError – If the resource is not assigned to this carrier.

Parameters:

resource (Resource)