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

gpeGetConstraints

gpeGetConstraints(
u_sandbox
[ ?verbose { t | nil } ]
)
=> lu_constraintIDs / nil

Description

Returns a list of constraint IDs that are associated with the specified Modgen sandbox object.

Arguments

u_sandbox

Specifies the Modgen sandbox object.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

lu_constraintIDs

Returns a list of constraint IDs.

nil

Could not find any matching constraints.

Example

In the following example, the value for sb is determined by calling gpeEditSandbox. This value is then passed as an argument for gpeGetConstraints:

sb = gpeEditSandbox()
ciCon = car(gpeGetConstraints(sb))

Return to top
 ⠀
X