chgop
command
Sets the contents of a channel group.
Replaced by: hou.ParmGroup
See also: chgpopulate
Usages
-
chgop group_name set|add|remove pattern1 [pattern2 ...]
Use this command to set the contents of a group to all channels that match a given set of patterns, or add or remove matching channels from a group.
Options
|
|
Sets the contents of the group to channels matching the given patterns. |
|
|
Adds channels matching the given patterns to the group. |
|
|
Removes channels matching the given patterns from the group. |
Examples
chgop group1 set /o*/g*/r?Set group contents to channels
chgop group1 add /o*/g*/t?
Add channels to group1
chgop group1 remove /o*/g*/tx
Remove tx channels from group1