checkMissingParamsOrProps
layoutXL checkMissingParamsOrProps boolean { t | nil }
Description
When set to nil, ignores parameters (and properties, if checkParamsOnly is also set to nil) that are present in one view but missing from the other.
Set this to t if, for example, your layout has additional properties that you want to propagate to the schematic using the Update Schematic Parameters command.
This environment variable is honored by the following commands in the Connectivity menu.
GUI Equivalent
|
Ignore missing parameters or properties (Connectivity Form) |
Examples
envGetVal("layoutXL" "checkMissingParamsOrProps")
envSetVal("layoutXL" "checkMissingParamsOrProps" 'boolean t)
envSetVal("layoutXL" "checkMissingParamsOrProps" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top