termName
layout termName string "any_terminal_name"
Description
Specifies one or more names for terminals on which pins are created. 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 field in the Pin form becomes empty, and you cannot create any more pins until you specify a terminal name.
GUI Equivalent
Examples
envGetVal("layout" "termName")
envSetVal("layout" "termName" 'string "term1")
Related Topics
Return to top