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

mgGetGuardRingConnectObject

mgGetGuardRingConnectObject(
d_constraintId
d_modgenId
)
=> d_grObjectId / nil

Description

Returns the guard ring object for the topology connection for the specified Modgen.

Arguments

d_constraintId

Constraint ID.

d_modgenId

Modgen ID for which the guard ring object needs to be retrieved.

Value Returned

d_grObjectId

The name of the guard ring object.

nil

The guard ring object could not be retrieved.

Example

Here, mgId holds the Modgen figGroup ID and cid holds the Modgen constraint ID. If the Modgen guard ring is an MPP, then the object holds the shape ID that is used to connect the guard ring. If it is a fluid guard ring, then the object holds the instTerm that is used to connect the guard ring.

object = mgGetGuardRingConnectObject(cid mgId)

Return to top
 ⠀
X