chipscopy.api.ibert.link.group¶
-
chipscopy.api.ibert.create_link_groups(descriptions)¶ Create a link group for with description
-
chipscopy.api.ibert.delete_link_groups(link_groups, *, delete_links_in_group=False)¶ Delete link group(s)
- Parameters
Returns:
-
chipscopy.api.ibert.get_all_link_groups()¶ Get all
LinkGroupobject(s)
-
class
chipscopy.api.ibert.link.group.LinkGroup(name, description, _links, filter_by=<factory>)[source]¶ Container class for holding links. Please do not create an instance of this class directly. Please use the factory method
create_link_group()instead.-
name: str¶ Name of the link group
-
description: str¶ Description of this link group
-
filter_by: Dict[str, Any]¶
-