updateReplacesMasters
layoutXL updateReplacesMasters boolean { t | nil }
Description
Updates any existing instances that use an incorrect master with instances that use the correct master during the Update Components And Nets command.
-
With updateWithMarkers
also set tot, the system puts a marker on the incorrect instance in the layout canvas and renames it name_old. It then creates a new instance with the correct master and places it below the design boundary. -
With
updateWithMarkersset tonil, the system updates the instance in place to use the correct master.
When set to nil, the binding to the incorrect master is accepted with a warning message in the log file.
GUI Equivalent
|
Update Instance Masters by (Replacing the Old or Creating a New) Instance |
Examples
envGetVal("layoutXL" "updateReplacesMasters")
envSetVal("layoutXL" "updateReplacesMasters" 'boolean t)
envSetVal("layoutXL" "updateReplacesMasters" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top