Bird
0
0
PCB Designbi_tool~10 mins

Design for testability (DFT) in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows PCB components with their number of test points and test coverage percentage.

CellValue
A1Component
B1Test Points
C1Test Coverage (%)
A2Resistor R1
B22
C280
A3Capacitor C1
B31
C360
A4IC U1
B45
C495
A5Connector J1
B53
C585
Formula Trace
=SUM(B2:B5)
Step 1: B2
Step 2: B3
Step 3: B4
Step 4: B5
Step 5: SUM(2, 1, 5, 3)
Cell Reference Map
    A          B          C
1 Component  Test Points Test Coverage
2 Resistor R1  --> 2       80
3 Capacitor C1 --> 1       60
4 IC U1       --> 5       95
5 Connector J1-> 3       85
Cells B2 to B5 are referenced to sum the total test points on the PCB.
Result
    A          B          C
1 Component  Test Points Test Coverage
2 Resistor R1  2          80
3 Capacitor C1 1          60
4 IC U1       5          95
5 Connector J1 3          85
6 Total Test Points: 11
The formula sums test points from B2 to B5, resulting in 11 total test points for the PCB design.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the value in cell B4?
A3
B5
C1
D2
Key Result
SUM(range) adds all numeric values in the specified cell range.