group-merge¶
Bundle selected schematic groups under a parent group.
Signature¶
group-merge
The group-merge command modifies the schematic group hierarchy within a page by wrapping the selected schematic groups under a parent group.
- If one of the group's names is a prefix of all other groups (or is the design name), then this becomes the parent group for all other selected groups.
- Otherwise, a new group will be created.
- The parent group's name will be the common prefix of its child groups. If they do not have a common prefix, the design name is used.
Example 1:
- Select groups
powerandpower.ldo. - Invoke
group-merge. - The group
powerwill expand to includepower.ldo.
Example 2:
- Select groups
power.ldoandpower.supply. - Invoke
group-merge. - A new group
powerwill appear that contains bothpower.ldoandpower.supply.
See Group Merge for more information about this operation.