weSdrTaperMode
we weSdrTaperMode cyclic { "taper" | "noTaper" }
Description
Controls resizing of each wire independently according to its current or if all collinear wires have the same width.
-
tapercalculates the wire width according to its current to avoid EM violations. -
noTaperprevents tapering. All collinear wires have the same width except when starting from an existing wire, which is too small compared to the current estimation for the edited segment.
Tapering is available only in the Enforce checker mode for all current estimation modes. Also, it is supported only for the Create Wire command.
GUI Equivalent
Examples
envGetVal("we" "weSdrTaperMode")
envSetVal("we" "weSdrTaperMode" 'cyclic "taper")
Related Topics
Return to top