weSdrDisplayClusters
we weSdrDisplayClusters boolean { t | nil }
Description
Controls the display mode and highlights the pins individually or by cluster. This function groups pins according to their location and type. The Sources and Sink Map highlights the boundary of the pin clusters with the sum total of the current for all the pins inside the same cluster. The current is calculated as (max(sum(sinks), sum(sources)).
Default is t. This means that the pins are highlighted by cluster.
GUI Equivalent
Examples
envGetVal("we" "weSdrDisplayClusters")
envSetVal("we" "weSdrDisplayClusters" 'boolean nil)
Related Topics
Visualizing the Current Distribution Per Net
Return to top