Dashboard Mode - Decoupling capacitor placement
Goal
Understand how decoupling capacitor placement affects power stability in a PCB design by analyzing capacitor count, placement distance, and resulting voltage noise.
Understand how decoupling capacitor placement affects power stability in a PCB design by analyzing capacitor count, placement distance, and resulting voltage noise.
| Capacitor ID | Type | Placement Distance (mm) | Capacitance (uF) | Voltage Noise (mV) |
|---|---|---|---|---|
| C1 | MLCC | 5 | 0.1 | 15 |
| C2 | MLCC | 10 | 0.1 | 25 |
| C3 | Tantalum | 3 | 1 | 10 |
| C4 | MLCC | 8 | 0.01 | 30 |
| C5 | Tantalum | 2 | 1 | 8 |
| C6 | MLCC | 12 | 0.1 | 35 |
+----------------------+----------------------+----------------------+ | Total Capacitors (6) | Avg Placement Dist. | Avg Voltage Noise | | | (6.67 mm) | (20.5 mV) | +----------------------+----------------------+----------------------+ | | | Voltage Noise by Capacitor ID (Bar Chart) | | | +----------------------+----------------------+----------------------+ | | | Placement Distance vs Voltage Noise (Scatter Plot) | | | +----------------------+----------------------+----------------------+ | | | Capacitor Details Table | | | +----------------------------------------------------------------------+
Adding a filter by Capacitor Type (MLCC or Tantalum) updates all components: KPI cards recalculate totals and averages, charts redraw to show only selected types, and the table filters rows accordingly.
Hovering over points in the scatter plot highlights the corresponding capacitor in the table and bar chart for easy comparison.
If you add a filter to show only Tantalum capacitors, which components update and what changes occur?