Dashboard Mode - Schematic annotation
Goal
Understand how schematic annotation assigns unique reference designators to components in a PCB design to avoid duplicates and ensure clear identification.
Understand how schematic annotation assigns unique reference designators to components in a PCB design to avoid duplicates and ensure clear identification.
| Component Type | Quantity | Current Reference |
|---|---|---|
| Resistor | 3 | None |
| Capacitor | 2 | None |
| IC | 1 | None |
| LED | 2 | None |
Total Components = SUM(Components[Quantity]) Annotated Components = COUNTROWS(AnnotatedComponents)
+----------------------+----------------------+
| Total Components | Annotated Components |
| [KPI Card] | [KPI Card] |
+----------------------+----------------------+
| |
| Components by Type [Bar Chart] |
| |
+----------------------------------------------+
| |
| Annotated Components List [Table] |
| |
+----------------------------------------------+
User can filter components by type using a slicer (e.g., show only Resistors). This filter updates the bar chart and the annotated components list table to show only selected types. KPI cards update totals accordingly.
If you add a filter to show only Capacitors, which components update?