chgroup expression function

return a string containing all of the channels contained in a group.

Replaced by: hou.ParmGroup

All Usage Examples

Usage

chgroup(group_name)

Examples

This is useful in the command language for traversing all channels in a group:

% foreach channel ( `chgroup("group_name")` ) % echo $channel is in group_name % end