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