pylabrobot.resources.Carrier.assign_child_resource

pylabrobot.resources.Carrier.assign_child_resource#

Carrier.assign_child_resource(resource: Resource, location: Coordinate, reassign: bool = True)#

Assign a resource to this carrier.

For a carrier, the only valid resource is a CarrierSite.

Also see assign_child_resource().

Raises:

TypeError – If the resource is not a CarrierSite.

Parameters: