pylabrobot.resources.ResourceStack.assign_child_resource
pylabrobot.resources.ResourceStack.assign_child_resource#
- ResourceStack.assign_child_resource(resource)#
Assign a child resource to this resource.
Will use
resource_assigned_callback()
to notify the parent of the assignment, if parent is notNone
. Note that the resource to be assigned may have child resources, in which case you will be responsible for handling any checking, if necessary.