wspTemplateFile
layout wspTemplateFile 'string "any_file_name"
Description
Determines the name of the SKILL file that will be loaded when a design is opened or a new cellview is created. The SKILL file is not loaded if there is existing WSP data in the cellview. The standard search mechanism is used (current directory, home directory, project directory, and so on). The default name is ".wspinit".
GUI Equivalent
Examples
envGetVal("layout" "wspTemplateFile")
envSetVal("layout" "wspTemplateFile" 'string "myWSPinit")
Return to top