pylabrobot.resources.Carrier.unassign_child_resource#
- Carrier.unassign_child_resource(resource)#
Unassign a resource from this carrier, checked by name. Also see
assign_child_resource()
- Parameters:
resource – The resource to unassign.
- Raises:
ValueError – If the resource is not assigned to this carrier.