updateSelectedComponents
layoutXL updateSelectedComponents boolean { t | nil }
Description
Specifies that the Update Components And Nets command updates only the instances and pins currently selected in the layout window.
This environment variable automatically disables the generation of new components. However, if updateWithMarkers is set to
t, Layout XL may generate new instances to replace existing instances with incorrect masters; you have the option to switch on automatic chaining and folding for these new instances.GUI Equivalent
Examples
envGetVal("layoutXL" "updateSelectedComponents")
envSetVal("layoutXL" "updateSelectedComponents" 'boolean t)
envSetVal("layoutXL" "updateSelectedComponents" 'boolean nil)
Related Topics
Updating Selected Layout Components
List of Layout XL Environment Variables
Return to top