pylabrobot.resources.Plate.unassign_child_resource#
- Plate.unassign_child_resource(resource)#
Unassign a child resource from this resource.
Before the resource is unassigned, all callbacks registered with
register_will_unassign_resource_callback()
will be called.After the resource is unassigned, all callbacks registered with
register_did_unassign_resource_callback()
will be called.