lxHiBackAnnotateAllActiveDummies
lxHiBackAnnotateAllActiveDummies( [ ?schCVd_schCellViewId] [ ?layCVd_layCellViewId] [ ?autoSchExtract { t | nil } ] ) => t
Description
Backannotates to schematic the symbols of all the 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 all the active dummies are backannotated to the schematic view. |
|
Example
lxHiBackAnnotateAllActiveDummies
(?schCV scv ?layCV lcv ?autoSchExtract t)
Return to top