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

mgGetTopologyFromModgen

mgGetTopologyFromModgen(
d_modgenId
)
=> l_tpObjects / nil

Description

Returns a list of topology objects that are available in the specified Modgen.

Arguments

d_modgenId

A Modgen ID

Value Returned

l_tpObjects

A list of topology objects found in the specified Modgen.

nil

The command was unsuccessful.

Example

Returns a list of topology objects that are available in the Modgen with constraint ID cid.

mgTopo = mgGetTopologyFromModgen(cid)

Return to top
 ⠀
X