Bird
0
0
PCB Designbi_tool~10 mins

Thermal spoke connections in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows pad sizes, thermal spoke widths, and number of spokes for PCB thermal connections. The goal is to calculate the total thermal area for each pad.

CellValue
A1Pad Size (mm)
B1Thermal Spoke Width (mm)
C1Number of Spokes
D1Total Thermal Area (mm²)
A22.0
B20.3
C24
D2
A33.0
B30.4
C36
D3
Formula Trace
=C2 * B2 * (A2 / 2)
Step 1: A2 / 2
Step 2: B2 * (A2 / 2)
Step 3: C2 * B2 * (A2 / 2)
Cell Reference Map
     A       B       C       D
1 | Pad Size | Spoke W | Spokes | Total Area
2 |   2.0    |  0.3    |   4    | 
3 |   3.0    |  0.4    |   6    | 

References used: A2 (Pad Size), B2 (Spoke Width), C2 (Number of Spokes) for row 2 calculation.
The formula uses cells A2, B2, and C2 to calculate the total thermal area in D2.
Result
     A       B       C       D
1 | Pad Size | Spoke W | Spokes | Total Area
2 |   2.0    |  0.3    |   4    |  1.2
3 |   3.0    |  0.4    |   6    | 

The total thermal area for the first pad is calculated as 1.2 mm².
The result 1.2 mm² appears in cell D2, showing the total thermal area for the thermal spokes connected to the pad.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the value of half the pad size in step 1?
A2.0
B0.3
C1.0
D4
Key Result
Total thermal area = Number of spokes * Spoke width * (Pad size / 2)