Home Reference Expression functions 

chgroup expression function

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

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