copyRouteSpacingMode
we copyRouteSpacingMode cyclic { "defaultConstraint" | "overrideAllLayers" | "keepPinSpace" }
Description
Defines the copy spacing mode for the intermediate sections.
-
defaultConstraint: uses theminSpacingdefined in technology file. This is the default option. -
overrideAllLayers: uses the value specified for thecopyRouteSpacingOverrideAllLayers. -
keepPinSpace: follows the pin spacing for copy route.
GUI Equivalent
Examples
envGetVal("we" "copyRouteSpacingMode")
envSetVal("we" "copyRouteSpacingMode" 'cyclic "overrideAllLayers")
envSetVal("we" "copyRouteSpacingMode" 'cyclic "keepPinSpace")
Related Topics
Variables to Customize the Settings for Copy Route
copyRouteSpacingOverrideAllLayers
Return to top