weARWidthMode
layout weARWidthMode cyclic { "constraints" | "overrideAllLayers" | "overrideByLayer" | "sources" }
Description
Sets a value for the width of the current wire depending on the width mode specified when the Point to Point or Guided Routing command is selected.
-
constraintsets 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. -
overrideAllLayersuses the same wire width for all layers. -
overrideByLayersets the wire width the same as the result of the constraint lookup for minWidth in the technology file when the layer is not used. -
sourcesuses the width determined by the width of the tapped object.
The default is overrideByLayer.
GUI Equivalent
Examples
envGetVal("layout" "weARWidthMode")
envSetVal("layout" "weARWidthMode" 'cyclic "constraints")
envSetVal("layout" "weARWidthMode" 'cyclic "overrideAllLayers")
envSetVal("layout" "weARWidthMode" 'cyclic "sources")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Point to Point Shortcut Menu Commands
Return to top