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

mgGetModgenFGFromConstraint

mgGetModgenFGFromConstraint(
d_cellViewID
d_constraintName
)
=> d_figGroupID / nil

Description

Returns the database ID of the Modgen figGroup for a specified Modgen constraint ID in a specified cellview.

Arguments

d_cellViewID

The cellview containing the Modgen constraint for which you want to retrieve the figGroup ID.

d_constraintName

Modgen constraint name.

Value Returned

d_figGroupID

The database ID of the figGroup associated with the Modgen constraint.

nil

The operation failed.

The function will return nil if you provide an alignment constraint name or any random string.

Example

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

mgGetModgenFGFromConstraint(lcv ciConGetName(cid))

Return to top
 ⠀
X