copyRouteWidthModeAtEnds
we copyRouteWidthModeAtEnds cyclic { "sameAsReference" | "sameAsReferenceOrPin" | "fromTechOnly" | "fromTechOrPin" | "fromUserOnly" | "fromUserOrPin" | "sameAsPin" }
Description
Defines the width for connected pin sections.
-
sameAsReference: sets the width of the copies to exactly the same as that of the reference width. This is the default option. -
sameAsReferenceOrPin: if the reference wire matches the pin width, then copies also match that pin width. Else, the reference width is considered. -
fromTechOnly: Sets the width of the copies to theminWidthvalue that is defined in the technology file. -
fromTechOrPin: if the reference wire matches the pin width, then copies also match that pin width. Else theminWidthdefined in the technology file is considered. -
fromUserOnly: the copies use the value defined forcopyRouteWidthOverrideAllLayersAtEnds. -
fromUserOrPin: if the reference wire matches the pin width, then copies also match that pin width. Else, the copies use the value defined forcopyRouteWidthOverrideAllLayersAtEnds. -
sameAsPin: sets the width of the copies to use the same width value as that of the pin.
GUI Equivalent.
Examples
envGetVal("we" "copyRouteWidthModeAtEnds")
envSetVal("we" "copyRouteWidthModeAtEnds" 'cyclic "sameAsPin")
Related Topics
Variables to Customize the Settings for Copy Route
copyRouteWidthOverrideAllLayersAtEnds
Return to top