lamReadUserLibs
layoutXL lamReadUserLibs string "library_names"
Description
Searches only the specified Cadence libraries to search for LAM files to read.
The default is "", which means all Cadence libraries registered in cds.lib are searched.
GUI Equivalent
Examples
envGetVal("layoutXL" "lamReadUserLibs")
envSetVal("layoutXL" "lamReadUserLibs" 'string "customLibrary1")
envSetVal("layoutXL" "lamReadUserLibs" 'string "customLibrary1 myLib")
Related Topics
List of Layout XL Environment Variables
Return to top