Bird
0
0
PCB Designbi_tool~10 mins

Placing components on PCB in PCB Design - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This table shows PCB components with their X and Y positions in millimeters and their rotation angles in degrees.

CellValue
A1Component
B1X Position (mm)
C1Y Position (mm)
D1Rotation (deg)
A2Resistor R1
B210
C220
D20
A3Capacitor C1
B315
C325
D390
A4IC U1
B430
C410
D4180
Formula Trace
Calculate the distance of each component from origin (0,0) using formula: Distance = SQRT(X Position^2 + Y Position^2)
Step 1: For Resistor R1: SQRT(10^2 + 20^2)
Step 2: For Capacitor C1: SQRT(15^2 + 25^2)
Step 3: For IC U1: SQRT(30^2 + 10^2)
Cell Reference Map
    A          B          C          D
1 Component  X Pos (mm) Y Pos (mm) Rotation
2 R1         10         20         0
3 C1         15         25         90
4 U1         30         10         180

Arrows point from B2,C2 to Distance calculation for R1,
from B3,C3 to Distance calculation for C1,
from B4,C4 to Distance calculation for U1.
The formula uses the X and Y position columns (B and C) for each component row to calculate distance from origin.
Result
    A          B          C          D          E
1 Component  X Pos (mm) Y Pos (mm) Rotation   Distance
2 R1         10         20         0          22.36
3 C1         15         25         90         29.15
4 U1         30         10         180        31.62
The new Distance column (E) shows how far each component is placed from the origin (0,0) on the PCB.
Sheet Trace Quiz - 3 Questions
Test your understanding
What is the distance of Resistor R1 from the origin?
A20
B10
C22.36
D30
Key Result
Distance from origin is calculated using Pythagorean theorem: SQRT(X^2 + Y^2).