pinTextSameLayer
layout pinTextSameLayer boolean { t | nil }
Description
Determines whether to create the pin name label on the same layer/purpose as the pin being created or create it on the layer specified by pinTextLayer and the purpose specified by pinTextPurpose. The pin name is created on the layer specified by pinTextLayer and the purpose specified by pinTextPurpose when the default value nil is used.
When set to t, it creates the pin name label on the same layer/purpose as the pin being created.
GUI Equivalent
|
Create – Pin – Create Label – Options – Set Pin Label Text Style |
|
Examples
envGetVal("layout" "pinTextSameLayer")
envSetVal("layout" "pinTextSameLayer" 'boolean t)
Related Topics
Return to top