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

mgGetConstraintFromFG

mgGetConstraintFromFG(
d_modgenID
)
=> d_constraint_ID / nil

Description

Returns the database ID of the Modgen constraint for the specified Modgen figGroup ID.

Arguments

d_modgenID

List of Modgen figGroup IDs.

Value Returned

d_constraint_ID

The Modgen constraint ID of associated Modgen figGroup.

nil

The operation failed.

The function will return nil if you provide an instance ID, or if you provide a figGroup ID that is not Modgen related.

Example

Returns the database ID of the Modgen constraint.

mgGetConstraintFromFG(modgenid)

Return to top
 ⠀
X