weCWWidthMode
layout weCWWidthMode cyclic { "constraints" | "overrideAllLayers" | "overrideByLayer" | "sources" | "targets" }
Description
Sets a value for the width of the current wire depending on the width mode specified.
-
constraint: Sets the wire width same as the result of the constraint lookup forminWidthvalue in the technology file or in any applicable constraint group defined at the design or object level. -
overrideAllLayers: Uses the same wire width for all layers. -
overrideByLayer: Sets the wire width the same as the result of the constraint lookup for minWidth in the technology file when the layer is not used. -
sources: Uses the width determined by the width of the tapped object. -
targets: Sets the wire to match the width of the same edge of each respective target pin.
The default is overrideByLayer.
GUI Equivalent
Examples
envGetVal("layout" "weCWWidthMode")
envSetVal("layout" "weCWWidthMode" 'cyclic "overrideAllLayers")
envSetVal("layout" "weCWWidthMode" 'cyclic "constraints")
envSetVal("layout" "weCWWidthMode" 'cyclic "sources")
envSetVal("layout" "weCWWidthMode" 'cyclic "targets")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top