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

lxUpdateSchematicParameters

lxUpdateSchematicParameters(
d_schematicId
d_layoutId
)
=> t / nil

Description

Updates the schematic parameters for all the layout instances bound to the top-level schematic instances.

Arguments

d_schematicId

Database ID of a schematic cellview.

d_layoutId

Database ID of a layout cellview.

Value Returned

t

Updates the schematic parameters for all the layout instances bound to the top-level schematic instances.

nil

The operation failed.

Examples

Updates parameter differences for top-level schematic instances bound to layout instances in the specified design hierarchy, ampString, or layout.

scv = dbOpenCellViewByType("hierarchy" "ampString" "schematic" "schematic" "r")
lcv = dbOpenCellViewByType("hierarchy" "ampString" "layout" "maskLayout" "r")
lxUpdateSchematicParameters(scv lcv)

Related Topics

Schematic Parameter Updates


Return to top
 ⠀
X