lxDummyBackAnnotateAll
layoutXL lxDummyBackAnnotateAll boolean { t | nil }
Description
Backannotates active and inactive dummies from the layout to the schematic view.
-
If you select the Connectivity – Back Annotate – All Dummy Instances command after setting the environment variable to
t, all active and inactive dummy instances are backannotated. -
If you select the Connectivity – Back Annotate – Selected Dummy Instances command after setting the environment variable to
t, all selected active and inactive dummy instances are backannotated.
When set to nil, only active dummies are backannotated.
GUI Equivalent
Examples
envGetVal("layoutXL" "lxDummyBackAnnotateAll")
envSetVal("layoutXL" "lxDummyBackAnnotateAll" 'boolean t)
envSetVal("layoutXL" "lxDummyBackAnnotateAll" 'boolean nil)
Related Topics
Dummy Instances Backannotation
List of Layout XL Environment Variables
Return to top