gpeAddMatchGroups
gpeAddMatchGroups(u_sandbox l_matchGroups[?verbose{t|nil} ] ) =>t/nil
Description
Adds the specified matched groups to the specified Modgen sandbox object. A matched group is a set of topological trunks with similar properties.
Arguments
|
Specifies a lists of matched group entries created by |
|
Value Returned
Example
In the following example, a matched group mg1 of match type widenFirst is created and then added to a Modgen sandbox object:
mg1 = gpeCreateMatchGroupEntry(0 ?twigMatchType "widenFirst")
gpeAddMatchGroups(sandbox list(mg1))
Return to top