pinTextOrientation
layout pinTextOrientation cyclic { "RO" | "R90" | "R180" | "R270" | "MY" | "MYR90" | "MX" | "MXR90" }
Description
Sets the orientation of the pin name on the Set Pin Label Text Style form.
The valid values are R0, R90, R180, R270, MX, MY, MXR90, and MYR90.
GUI Equivalent
|
Create – Pin – Create Label – Options – Set Pin Label Text Style |
|
Examples
envGetVal("layout" "pinTextOrientation")
envSetVal("layout" "pinTextOrientation" 'cyclic "R180")
envSetVal("layout" "pinTextOrientation" 'cyclic "MYR90")
Related Topics
Return to top