chgop hscript command
Sets the contents of a channel group.
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
set pattern1 [pattern2 ...] | Sets the contents of the group to channels matching the given patterns. |
add pattern1 [pattern2 ...] | Adds channels matching the given patterns to the group. |
remove pattern1 [pattern2 ...] | Removes channels matching the given patterns from the group. |
Examples
Set group contents to channelschgop group1 set /o*/g*/r?
Add channels to group1chgop group1 add /o*/g*/t?
Remove tx channels from group1chgop group1 remove /o*/g*/tx
Replaced by
Replaced by hou.ParmGroup.addParm, hou.ParmGroup.clear, hou.ParmGroup.removeParm
