weSdrCurrentEstimationMode
we weSdrCurrentEstimationMode cyclic { "auto" | "connectedPins" | "override" | "flightline" }
Description
Controls how the wire being created estimates and calculates the current in the edited wire and via. To change the current estimation mode, you can also use the Shift+middle mouse button bindkey.
-
autoestimates the current automatically in the last section of the wire according to the connected objects and flightline targets. -
connectedPinssums up the current of all the connected pins. -
overrideinherits the current from the previous wires. -
flightlineuses the current of all the pins connected by the flightline.
GUI Equivalent
Examples
envGetVal("we" "weSdrCurrentEstimationMode")
envSetVal("we" "weSdrCurrentEstimationMode" 'cyclic "connectedPins")
envSetVal("we" "weSdrCurrentEstimationMode" 'cyclic "override")
envSetVal("we" "weSdrCurrentEstimationMode" 'cyclic "flightline")
Related Topics
Visualizing the Current Distribution Per Net
Running Interactive SDR Current Density Checks
Connecting Twigs Automatically
Return to top