Dashboard Mode - Electrical Rules Check (ERC)
Dashboard Goal
Check and analyze electrical rule violations in PCB design to ensure circuit safety and correctness.
Check and analyze electrical rule violations in PCB design to ensure circuit safety and correctness.
| Violation ID | Type | Severity | Net Name | Pin 1 | Pin 2 | Description | Count |
|---|---|---|---|---|---|---|---|
| V001 | Short Circuit | High | GND | U1.1 | U2.3 | Unexpected connection between pins | 3 |
| V002 | Open Circuit | Medium | VCC | U3.5 | U4.2 | Missing connection on power net | 2 |
| V003 | Pin Conflict | Low | DATA | U5.7 | U6.7 | Multiple outputs driving same net | 1 |
| V004 | Missing Power | High | RESET | U7.4 | Pin not connected to power source | 4 | |
| V005 | Floating Pin | Medium | CLK | U8.2 | Pin not connected to any net | 2 |
SUM(Count)SUMX(FILTER(Data, Severity = "High"), Count)
+----------------------+-----------------------+
| Total Violations (12) | High Severity (7) |
+----------------------+-----------------------+
| |
| Bar Chart: Violations by Type |
| |
+----------------------------------------------+
| |
| Table: Detailed Violations |
| |
+----------------------------------------------+
User can filter violations by Severity or Type using slicers. Filtering updates KPI cards, bar chart, and detailed table simultaneously to focus on specific issues.
If you add a filter for Severity = High, which components update?