Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

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

u_sandbox

Specifies a Modgen sandbox object.

l_matchGroups

Specifies a lists of matched group entries created by gpeCreateMatchGroupEntry.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

t

The matched groups were added to the Modgen sandbox object.

nil

The command was unsuccessful.

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
 ⠀
X