pinTextLayerNames
layout pinTextLayerNames string { "Pimp" | "Poly" | "any_other_validLayer_name" }
Description
Specifies the layer names used to filter the Layer Names for the Set Pin Label Text Style form.
If the layer names to be used for the filter are not specified, or none of the specified layer names match a valid layer name, all the valid layers are used.
GUI Equivalent
Examples
envGetVal("layout" "pinTextLayerNames")
envSetVal("layout" "pinTextLayerNames" 'string "prBoundary")
envSetVal("layout" "pinTextLayerNames" 'string "Resdum")
Related Topics
Return to top