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
LinkGroup
object(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.- add(links)[source]¶
Add link(s) to the link group
- Parameters:
links (
Union
[ForwardRef
,List
[ForwardRef
],QueryList
[ForwardRef
]]) – Link(s) to add
- description: str¶
Description of this link group
- filter_by: Dict[str, Any]¶
- name: str¶
Name of the link group