+ IPC-2141 / Hammerstad–Jensen from ImpedenceFinder (same as KiCad + pcb_calculator). Advice only — this tab does not sample the PCB + and does not emit findings. CPWG is not implemented. +
+{error}
} + {trace && ( ++ {trace.z0 != null && <>Z0 = {fmt(trace.z0)} Ω>} + {trace.zdiff != null && ( + <> + {" "} + Zdiff = {fmt(trace.zdiff)} Ω (odd {fmt(trace.zodd)}, even{" "} + {fmt(trace.zeven)}) + > + )} + {trace.w_mm != null && <> · w = {fmt(trace.w_mm, 4)} mm>} +
+ )} +| Target | +w mm | +s mm | +Z | +
|---|---|---|---|
| {key} | +{fmt(row.w_mm, 4)} | +{fmt(row.s_mm, 4)} | ++ {row.z0 != null ? `${fmt(row.z0)} Ω` : `${fmt(row.zdiff)} Ω diff`} + | +