weSdrElectricalMode
we weSdrElectricalMode cyclic { "EM" | "maxResistance" }
Description
Specifies if the edited wire width should be calculated according to the current or the resistance to avoid EM or maxResistance violations.
-
EMestimates the current in the edited wire and calculates the wire width to avoid EM violations. -
maxResistanceestimates the resistance in the edited wire and calculates the wire width to avoidmaxResistanceviolations.
GUI Equivalent
Examples
envGetVal("we" "weSdrElectricalMode")
envSetVal("we" "weSdrElectricalMode" 'cyclic "maxResistance")
Related Topics
Visualizing the Current Distribution Per Net
Performing Interactive SDR Checks
Return to top