Clearance Rule
Understanding Clearance Rules
Clearance rules serve three distinct purposes in PCB design. First, voltage withstand: conductors at different potentials must be separated by enough distance to prevent dielectric breakdown of the PCB substrate and surrounding air. IPC-2221B defines minimum spacings based on voltage, layer configuration, and altitude. Second, crosstalk and coupling: adjacent traces exchange energy through mutual capacitance and inductance, and the coupling coefficient increases as spacing decreases. For digital circuits, a 3W rule (spacing equals 3 times trace width) provides adequate isolation. For RF circuits, the requirement is much stricter because even -40 dB coupling can degrade receiver sensitivity or cause oscillation in amplifier circuits.
Third, impedance control: the characteristic impedance of a microstrip or stripline trace depends not only on its width and substrate height but also on proximity to adjacent conductors. A 50 Ω trace passing near a parallel ground pour can see its impedance shift by 5 to 10 Ω if the pour edge is too close, creating a discontinuity that reflects RF energy and degrades return loss. The general rule for microstrip is to keep adjacent conductors at least 3 times the substrate height away from the RF trace edges. For maximum isolation between parallel RF traces (filter sections, LNA-PA separation), ground-filled gaps with via fences at λ/10 spacing provide 60 to 80 dB isolation. Modern EDA tools implement these as class-to-class rules in the DRC engine, but EM simulation is essential to verify that geometric clearances translate to adequate electromagnetic isolation at the operating frequency.
RF Clearance Calculations
S ≥ 3 × h (basic) ; S ≥ 5 × h (high isolation)
Coupling Coefficient (parallel microstrip):
k ≈ (S/h)-2 for S/h > 2
Via Fence Spacing:
p ≤ λ/10 at highest operating frequency
Where S = trace-to-trace spacing, h = substrate height (trace to ground), p = via pitch, λ = wavelength in substrate. Example: h = 10 mil, S = 30 mil gives k ≈ -20 dB for short parallel runs.
Common RF PCB Clearance Rules
| Rule | Typical Value | Purpose | Standard |
|---|---|---|---|
| RF trace-to-trace | 30 to 50 mil | Impedance control, isolation | RF design practice |
| RF trace-to-ground pour | ≥3× substrate height | Impedance accuracy | RF design practice |
| Voltage clearance | 0.1 mm/V to 15V | Breakdown prevention | IPC-2221B |
| Digital 3W rule | 3× trace width | Crosstalk <-40 dB | General practice |
| Via fence pitch | ≤λ/10 | Ground isolation wall | RF design practice |
Frequently Asked Questions
What clearance is needed between RF traces?
Minimum 3 to 5 times substrate height (30 to 50 mil for 10 mil substrate) for >40 dB isolation. For higher isolation, use ground-filled gaps with via fences (λ/10 pitch) for 60 to 80 dB. Trace-to-board-edge: at least 3× substrate height for impedance accuracy.
How do voltage clearance requirements differ from RF?
Voltage clearance prevents arcing (IPC-2221B: ~0.1 mm/V to 15V). RF clearance prevents coupling and impedance perturbation. In mixed RF/power designs, use whichever is larger. Conformal coating doubles voltage withstand per unit spacing.
How are clearance rules implemented in EDA tools?
DRC with class-to-class constraints (e.g., RF_50ohm to Digital: 40 mil). Support conditional rules by layer/region, differential pair gaps, and keepout zones around RF components. DRC checks geometry only; supplement with EM simulation (HFSS, ADS Momentum) to verify actual isolation at frequency.