updateParamsForCheck
layoutXL updateParamsForCheck boolean { t | nil }
Description
Specifies that parameters that are ignored for check do not get updated during a schematic or layout update even if these parameters are not consistent across the two views.
The default is t, which means the Connectivity – Update command uses the paramsToIgnoreForCheck environment variable to determine the list of parameters to ignore during check.
When set to nil, the Connectivity – Update command uses the paramsToIgnore environment variable to determine the list of parameters to ignore for generation and update.
GUI Equivalent
Examples
envGetVal("layoutXL" "updateParamsForCheck")
envSetVal("layoutXL" "updateParamsForCheck" 'boolean t)
envSetVal("layoutXL" "updateParamsForCheck" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top