updateNetsOnly
layoutXL updateNetsOnly boolean { t | nil }
Description
Specifies that only net assignments and instance, terminal, and net names are updated by the Update Components And Nets command.
When set to
t, user-defined bindings are preserved. In addition, any pins that have got swapped due to a schematic ECO have their original positions retained in the layout.GUI Equivalent
Examples
envGetVal("layoutXL" "updateNetsOnly")
envSetVal("layoutXL" "updateNetsOnly" 'boolean t)
envSetVal("layoutXL" "updateNetsOnly" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top