saveACopyLibName
layout saveACopyLibName string "any_library_name"
Description
Specifies the library name where the design is saved while saving a copy of the design. The user may edit the library name value while using the Save a Copy form and save the design to a different library.
The default value is "", which implies that by default the library of the current design will be used for saving a copy of the design.
GUI Equivalent
Examples
envGetVal("layout" "saveACopyLibName")
envSetVal("layout" "saveACopyLibName" 'string "MyLib")
Related Topics
Return to top