copyGroupFrom#

Icepak.copyGroupFrom(group_name, source_design, source_project_name=None, source_project_path=None, **kwargs)[source]#

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