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

gpeExtractTemplateFromMG

gpeExtractTemplateFromMG(
u_constraintCache
)
=> t / nil

Description

Generates a reusable template for each Modgen constraint present in the specified constraint cache.

Arguments

u_constraintCache

Name of the constraint cache.

Value Returned

t

All Modgens in the given constraint cache have been extracted into reusable templates.

nil

The command was unsuccessful.

Example

Generates reusable templates for all Modgens in the current cellview:

cv = geGetEditCellView()
cache = ciCacheGet(cv)
gpeExtractTemplateFromMG(cache)
=> t

Return to top
 ⠀
X