lxHiBackAnnotateSelectedDummies
lxHiBackAnnotateSelectedDummies([ ?schCVd_schCellViewId] [ ?layCVd_layCellViewId] [ ?autoSchExtract { t | nil } ] [ ?figs l_figs ]) => t
Description
Backannotates to schematic the symbols of selected active dummy devices—dummy devices that are not tied to a power or ground net and are not bound in the current layout view. If the schematic and the layout cellview IDs are not supplied, Virtuoso tries to determine them automatically.
You can also choose to backannotate inactive dummy devices—dummy devices that are tied to a power or ground net. To do this, type the following in the CIW:
envSetVal("layoutXL" "lxDummyBackAnnotateAll" 'boolean t)
For more information on backannotation of dummy devices, see
Arguments
Value Returned
|
The symbols of selected active dummies are backannotated to the schematic view. |
|
Example
d1 = dbFindAnyInstByName(lcv "|Dummy_I1")
figs = cons(d1 insts)
lxHiBackAnnotateSelectedDummies(?schCV scv ?layCV lcv ?autoSchExtract t ?figs figs)
Batch Mode
lxRunCmdInVXL(lcv 'lxHiBackAnnotateSelectedDummies list(?schCV scv ?layCV lcv ?autoSchExtract t ?figs figs))
Return to top