copyRouteWidthMode
we copyRouteWidthMode cyclic { "sameAsReference" | "defaultConstraint" | "overrideAllLayers" | "keepPinWidth" }
Description
Defines the copy width mode for the intermediate sections. Intermediate sections means the sections which are not connected to pins.
-
sameAsReference: the copy width is exactly the same as the reference width. This is the default option. -
defaultConstraint: uses the minWidth that is defined in the technology file. -
overrideAllLayers: uses the value defined for thecopyRouteWidthOverrideAllLayers. -
keepPinWidth: uses the pin width if the wire is coming from a pin.
GUI Equivalent.
Examples
envGetVal("we" "copyRouteWidthMode")
envSetVal("we" "copyRouteWidthMode" 'cyclic "defaultConstraint")
envSetVal("we" "copyRouteWidthMode" 'cyclic "overrideAllLayers")
envSetVal("we" "copyRouteWidthMode" 'cyclic "keepPinWidth")
Related Topics
Variables to Customize the Settings for Copy Route
copyRouteWidthOverrideAllLayers
Return to top