paramsToIgnore
layoutXL paramsToIgnore string "list_of_parameters"
Description
Specifies the parameters that are ignored by the following commands.
- Generate All From Source
- Generate Selected From Source
- Generate Clones
- Check Against Source
- Update Components And Nets
- Update Layout Parameters
- Update Schematic Parameters
- Backannotation
Alternatively, you can update the LAM file to specify the parameters to be ignored. See LAM File Logical Section.
The following parameters are always ignored.
|
|
|
Arguments
|
A list of parameter names each separated by a space. The list must be enclosed in quotation marks. |
|
GUI Equivalent
Examples
envGetVal("layoutXL" "paramsToIgnore")
envSetVal("layoutXL" "paramsToIgnore" 'string "effW w myParam")
Related Topics
List of Layout XL Environment Variables
Return to top