Bird
0
0
PCB Designbi_tool~10 mins

Board outline and dimensions in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents the dimensions of a PCB board: length, width, and margin for outline.

CellValue
A1Length (mm)
B1Width (mm)
A2100
B250
A3Margin (mm)
B35
Formula Trace
= (A2 + 2 * B3) * (B2 + 2 * B3)
Step 1: 2 * B3
Step 2: A2 + 2 * B3
Step 3: B2 + 2 * B3
Step 4: (A2 + 2 * B3) * (B2 + 2 * B3)
Cell Reference Map
     A      B
  +-------+-------+
1 |Length | Width |
  +-------+-------+
2 |  100  |  50   |
  +-------+-------+
3 |Margin |   5   |
  +-------+-------+

References:
- A2 (Length)
- B2 (Width)
- B3 (Margin)
The formula uses Length (A2), Width (B2), and Margin (B3) to calculate the total board area including margins.
Result
     A      B       C
  +-------+-------+---------+
1 |Length | Width |  Area   |
  +-------+-------+---------+
2 |  100  |  50   |  6600   |
  +-------+-------+---------+
3 |Margin |   5   |         |
  +-------+-------+---------+
The final result in cell C2 shows the total board area including margins: 6600 mm².
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the value of 2 * Margin (B3) in the formula?
A5
B10
C15
D20
Key Result
Calculate total board area by adding twice the margin to length and width, then multiply.