updateLayoutInstNames
layoutXL updateLayoutInstNames boolean { t | nil }
Description
Renames the layout instances during an Update Components And Nets run to match the instance names in the schematic view.
When set to nil, the layout instances are not renamed to match their schematic counterparts.
GUI Equivalent
Examples
envGetVal("layoutXL" "updateLayoutInstNames")
envSetVal("layoutXL" "updateLayoutInstNames" 'boolean t)
envSetVal("layoutXL" "updateLayoutInstNames" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top