cloningAutomaticUpdateLayoutParameters
layoutXL cloningAutomaticUpdateLayoutParameters boolean { t | nil }
Description
Automatically updates the parameters and parameter values on the devices in a generated clone to match their counterparts in the schematic clone source. Parameters that are set on layout devices but not present on their schematic counterparts are not removed.
When switched off, the parameters and values are taken from the layout clone source.
GUI Equivalent
Examples
envGetVal("layoutXL" "cloningAutomaticUpdateLayoutParameters")
envSetVal("layoutXL" "cloningAutomaticUpdateLayoutParameters" 'boolean t)
envSetVal("layoutXL" "cloningAutomaticUpdateLayoutParameters" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top