Bird
0
0
PCB Designbi_tool~10 mins

Solder mask expansion in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows pad sizes and their corresponding solder mask expansion values. The goal is to calculate the final solder mask opening size by adding the expansion to the pad size.

CellValue
A1Pad Size (mm)
B1Solder Mask Expansion (mm)
C1Final Mask Opening (mm)
A21.0
B20.1
A31.5
B30.15
A42.0
B40.2
Formula Trace
C2 = A2 + 2 * B2
Step 1: A2
Step 2: B2
Step 3: 2 * B2
Step 4: A2 + 2 * B2
Cell Reference Map
    A      B      C
1 | Pad  | Expansion | Final |
2 | 1.0  | 0.1      |  ?    |
3 | 1.5  | 0.15     |       |
4 | 2.0  | 0.2      |       |
Cells A2 and B2 are used to calculate C2. The formula adds pad size (A2) plus twice the expansion (B2) because expansion is on both sides.
Result
    A      B      C
1 | Pad  | Expansion | Final |
2 | 1.0  | 0.1      | 1.2   |
3 | 1.5  | 0.15     |       |
4 | 2.0  | 0.2      |       |
The final solder mask opening for the first pad is 1.2 mm, calculated by adding pad size 1.0 mm and twice the expansion 0.1 mm.
Sheet Trace Quiz - 3 Questions
Test your understanding
Why do we multiply the solder mask expansion by 2 in the formula?
ABecause expansion applies on both sides of the pad
BBecause the expansion value is doubled by default
CTo convert mm to microns
DTo account for pad thickness
Key Result
Final mask opening = Pad size + 2 × Solder mask expansion