weSdrCheckMode
we weSdrCheckMode cyclic { "enforce" | "notify" | "off" }
Description
Specifies the checker mode to be used.
-
enforceestimates the current in the edited wire and vias according to the EAD settings (dataset, temperature, and current scaling) and automatically calculates the wire width to avoid EM ormaxResistanceviolations. -
notifyestimates the current in the edited wire using a color coding based on EAD EM violations color settings. The color is computed to represent an EM ormaxResistanceviolation that is reported by the EAD checker after routing. -
offdoes not update the wire width and there is no feedback on the estimated current or resistance.
GUI Equivalent
Examples
envGetVal("we" "weSdrCheckMode")
envSetVal("we" "weSdrCheckMode" 'cyclic "notify")
envSetVal("we" "weSdrCheckMode" 'cyclic "off")
Related Topics
Visualizing the Current Distribution Per Net
Running Interactive SDR Current Density Checks
Connecting Twigs Automatically
Return to top