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

gpeUpdateInstanceFromSchematic

gpeUpdateInstanceFromSchematic(
d_modgenID
)
=> t / nil

Description

Updates the given Modgen instance parameters based on the binding schematic cellview.

Arguments

d_modgenID

Modgen figGroup ID to be updated.

Value Returned

t

The Modgen instance parameters were updated.

nil

The command was unsuccessful.

Example

Updates the parameters for the given Modgen from its binding schematic cellview.

cv=geGetEditCellView()
modgenid=leGetEditFigGroup()
gpeUpdateInstanceFromSchematic(modgenid)

Return to top
 ⠀
X