copy_group_from#

Icepak.copy_group_from(group_name: str, source_design: str, source_project_name: str | None = None, source_project_path: str | None = None, **kwargs) bool#

Copy a group from another design.

Parameters:
group_namestr

Name of the group.

source_designstr

Name of the source design.

source_project_namestr, optional

Name of the source project. The default is None, in which case the current active project is used.

source_project_pathstr, optional

Path to the source project. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oEditor.Copy
>>> oeditor.Paste