updateWithMarkers
layoutXL updateWithMarkers boolean { t | nil }
Description
Specifies how the Update Components And Nets command updates an instance with an incorrect master.
-
The default is
nil, which means the command automatically removes the incorrect instance and replaces it with an instance of the correct master in the same location. -
When set to
t, the command puts a marker on the instance with an incorrect master and renames it name_oldduring the Update Components And Nets command. It then creates a new instance with the correct master and places it below the PR boundary.
GUI Equivalent
|
Update Instance Masters by (Replacing the Old or Creating a New) Instance |
Examples
envGetVal("layoutXL" "updateWithMarkers")
envSetVal("layoutXL" "updateWithMarkers" 'boolean t)
envSetVal("layoutXL" "updateWithMarkers" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top