allowSelectedParamUpdate
layoutXL allowSelectedParamUpdate boolean { t | nil }
Description
Controls whether the selected parameter updates are enabled for an instance to resolve the parameter differences reported in the CAS tab after a Check Against Source run.
When set to nil, the Update Selected Layout Parameters and Update Selected Schematic Parameters commands are not listed in the shortcut menu for instances that are reported with parameter differences in the Annotation Browser CAS tab. Therefore, a parameter update can be made using the commands: Update All Layout Parameters or Update All Schematic Parameters. Both these commands update all the parameters, not only the selected ones.
GUI Equivalent
|
Right-click a parameter difference marker reported in the Annotation Browser CAS tab |
|
|
Update Selected Layout Parameters (command) |
Examples
envGetVal("layoutXL" "allowSelectedParamUpdate")
envSetVal("layoutXL" "allowSelectedParamUpdate" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top