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

mgRemoveTopologyFromModgen

mgRemoveTopologyFromModgen(
d_tpObjectId
d_modgenId
)
=> t / nil

Description

Removes the specified topology object from the specified Modgen.

Arguments

d_tpObjectId

A topology object ID.

d_modgenId

A Modgen figGroup, storage group, or constraint ID.

Value Returned

t

The topology object was removed from the specified Modgen.

nil

The command was unsuccessful.

Example

Returns t if the topology pattern is successfully removed from the Modgen that has topo as the topology pattern ID and cid as the Modgen constraint ID:

mgRemoveTopologyFromModgen(topo cid)

Return to top
 ⠀
X