updateLayoutParameters
layoutXL updateLayoutParameters boolean { t | nil }
Description
Specifies that the Update Components And Nets command updates the parameters and parameter values on layout instances to match those on their schematic counterparts.
Parameters that are set in layout instances but are not present on their schematic counterparts are not removed.
GUI Equivalent
|
Update Layout Parameters (Update Components and Nets Form) |
Examples
envGetVal("layoutXL" "updateLayoutParameters")
envSetVal("layoutXL" "updateLayoutParameters" 'boolean t)
envSetVal("layoutXL" "updateLayoutParameters" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top