preserveTermName
layout preserveTermName boolean { t | nil }
Description
Specifies whether the terminal name of the pin is preserved when the instance is flattened.
When set to t, the terminal name of the pin is preserved. When the default value nil is used, the instance name is added as a prefix to the terminal name of the pin when the instance is flattened.
GUI Equivalent
Examples
envGetVal("layout" "preserveTermName")
envSetVal("layout" "preserveTermName" 'boolean t)
Related Topics
Return to top