pylabrobot.heating_shaking.heater_shaker.HeaterShaker.unassign_child_resource#
- HeaterShaker.unassign_child_resource(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.- Parameters:
resource (Resource)