paramsToCheck
layoutXL paramsToCheck string "list_of_parameters"
Description
Specifies the parameters to be checked by the Check Against Source command.
The default is "", which means the parameters to check are not specified. In this case, the paramsToIgnore list is used.
Cadence recommends that the parameters to check be defined in the LAM file. The environment variable should be used only if an exhaustive list of parameters to be checked is provided.
Note:- If the paramsToCheck environment variable is set, it takes precedence over the paramsToIgnoreForCheck environment variable. This means, when a list of parameters to check is specified, it is considered, even when a list of parameters to ignore for check is also specified.
- If the list of parameters to check is specified using the LAM file, the CPH window, or using the Connectivity – Parameters to check option, setting the paramsToCheck environment variables is not required.
- When the parameters to check list is set up, the parameters in the list are the only ones that are updated by the Update Layout Parameters or Update Schematic Parameters commands.
Arguments
|
A list of parameter names each separated by a space. The list must be enclosed in quotation marks. |
|
GUI Equivalent
|
Parameters to check (Connectivity Form) |
Examples
envGetVal("layoutXL" "paramsToCheck")
envSetVal("layoutXL" "paramsToCheck" 'string "fw w l")
Related Topics
Specification To Check Parameters
List of Layout XL Environment Variables
Return to top