Bird
0
0
PCB Designbi_tool~8 mins

Test point placement in PCB Design - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Test point placement
Goal

Understand how test points are placed on a PCB to ensure easy access for testing and debugging.

Sample Data: PCB Test Points
Test Point IDNet NameX Position (mm)Y Position (mm)Accessible (Yes/No)Signal Type
TP1VCC105YesPower
TP2GND125YesGround
TP3DATA1158NoSignal
TP4CLK187YesSignal
TP5RESET206NoSignal
TP6VCC225YesPower
Dashboard Components
  • KPI Card: Total Test Points - Formula: Count of Test Point IDs = 6
  • KPI Card: Accessible Test Points - Formula: Count where Accessible = 'Yes' = 4
  • Bar Chart: Test Points by Signal Type - Counts grouped by Power, Ground, Signal
  • Table: List of Test Points with positions and accessibility
  • Scatter Plot: Test Point Positions (X vs Y) - Points colored by Accessibility (Yes=green, No=red)
Dashboard Layout
+----------------------+----------------------+
| 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)  |
+---------------------------------------------------------------------+
Interactivity

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.

Self Check

If you add a filter to show only Accessible = 'Yes', which components update and what changes occur?

  • Bar Chart updates to count only accessible test points by signal type.
  • Table shows only accessible test points.
  • Scatter Plot shows only accessible points (green dots).
  • KPI cards update: Total Test Points remains 6, Accessible Test Points remains 4.
Key Result
Dashboard shows PCB test points count, accessibility, signal type distribution, and spatial positions for test point placement analysis.