Skip to main content
Ctrl+K

PyLabRobot

  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
    • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
  • User guide
  • Resource Management
  • Cookbook
  • Contributor guide
  • API
  • Community
  • X
  • GitHub
  • YouTube
  • Bluesky
Ctrl+K
  • API
  • pylabrobot.resources package
  • pylabrobot.resources.ItemizedResource
  • pylabrobot.resources.ItemizedResource.unassign_child_resource

pylabrobot.resources.ItemizedResource.unassign_child_resource#

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

previous

pylabrobot.resources.ItemizedResource.unassign

next

pylabrobot.resources.utils.create_equally_spaced_2d

On this page
  • ItemizedResource.unassign_child_resource()
Edit on GitHub

This Page

  • Show Source

© Copyright 2025, PyLabRobot.

Created using Sphinx 9.0.4.

Built with the PyData Sphinx Theme 0.16.1.