cphUseLayoutLibrary
layoutXL cphUseLayoutLibrary boolean { t | nil }
Description
When launching Layout XL using CPH in automatic mode, ensures that CPH directly checks the layout library to look for a corresponding physConfig.
The default is nil, which means CPH first checks the schematic library and then the layout library and if a corresponding physConfig is not found, it creates one in the layout library.
GUI Equivalent
|
Use configuration view (Update Connectivity Reference Form) |
Examples
envGetVal("layoutXL" "cphUseLayoutLibrary")
envSetVal("layoutXL" "cphUseLayoutLibrary" 'boolean t)
envSetVal("layoutXL" "cphUseLayoutLibrary" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top