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
power
andpower.ldo
. - Invoke
group-merge
. - The group
power
will expand to includepower.ldo
.
Example 2:
- Select groups
power.ldo
andpower.supply
. - Invoke
group-merge
. - A new group
power
will appear that contains bothpower.ldo
andpower.supply
.
See Group Merge for more information about this operation.