pylabrobot.byonoy.luminescence_96.ByonoyLuminescenceBaseUnit.unassign_child_resource#

ByonoyLuminescenceBaseUnit.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)