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
Value Returned
|
Updates the schematic parameters for all the layout instances bound to the top-level schematic instances. |
|
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
Return to top