instName
layout instName string "cellName"
Description
Specifies one or more names for the instances you create. You can specify as many names as you want (separated by spaces). As each name is used, it is removed from the list.
If all names are used, the function automatically generates a name based on the current master’s instNamePrefix property and puts it in the form field.
GUI Equivalent
Examples
envGetVal("layout" "instName")
envSetVal("layout" "instName" 'string "Inst1")
Related Topics
Return to top