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_namestrName of the group. source_designstrName of the source design. source_project_namestr, optionalName of the source project. The default is None, in which case the current active project is used. source_project_pathstr, optionalPath to the source project. The default is None. Returns: boolTrue when successful, False when failed. References >>> oEditor.Copy >>> oeditor.Paste