schLayLibraryPair
layoutXL schLayLibraryPair string "sch_lay_library_pair"
Description
Specifies the schematic and layout library pairs to be used when launching Layout XL or Layout EXL to create a new library cellview or to open an existing one.
The default value is "", which means the schematic and layout from the same library are used.
GUI Equivalent
Examples
envGetVal("layoutXL" "schLayLibraryPair")
envSetVal("layoutXL" "schLayLibraryPair" 'string "((\"*_sch\" \"*_lay\"))")
Related Topics
Return to top