Dashboard Mode - Test point placement
Goal
Understand how test points are placed on a PCB to ensure easy access for testing and debugging.
Understand how test points are placed on a PCB to ensure easy access for testing and debugging.
| Test Point ID | Net Name | X Position (mm) | Y Position (mm) | Accessible (Yes/No) | Signal Type |
|---|---|---|---|---|---|
| TP1 | VCC | 10 | 5 | Yes | Power |
| TP2 | GND | 12 | 5 | Yes | Ground |
| TP3 | DATA1 | 15 | 8 | No | Signal |
| TP4 | CLK | 18 | 7 | Yes | Signal |
| TP5 | RESET | 20 | 6 | No | Signal |
| TP6 | VCC | 22 | 5 | Yes | Power |
+----------------------+----------------------+ | Total Test Points (6) | Accessible Points (4) | +----------------------+----------------------+ | Bar Chart: Test Points by Signal Type | +---------------------------------------------------------------------+ | Table: Test Points List | Scatter Plot: Positions | | (with accessibility and positions) | (X vs Y colored by access) | +---------------------------------------------------------------------+
Filter by Signal Type (Power, Ground, Signal) updates the Bar Chart, Table, and Scatter Plot to show only selected types. Selecting a Test Point in the Table highlights it on the Scatter Plot.
If you add a filter to show only Accessible = 'Yes', which components update and what changes occur?