From b28f97f3526859633fde603764b827389279d10f Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Mon, 10 Aug 2026 22:32:38 +0200 Subject: extract figures in separate files --- tables/pcb-electrical-testing-requirements.typ | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tables/pcb-electrical-testing-requirements.typ (limited to 'tables/pcb-electrical-testing-requirements.typ') diff --git a/tables/pcb-electrical-testing-requirements.typ b/tables/pcb-electrical-testing-requirements.typ new file mode 100644 index 0000000..3c7a299 --- /dev/null +++ b/tables/pcb-electrical-testing-requirements.typ @@ -0,0 +1,15 @@ +#import "../lib/unify.typ": qty + +#figure( + table( + columns: 2, + table.header([Test], [Requirement]), + [Isolation], [$gt qty(100, "mega ohm")$ between unconnected nets], + [Continuity], [All nets per netlist], + [Earth ring isolation], [$gt qty(100, "mega ohm")$ between earth ring and AGND/DGND], + + [Earth ring continuity], + [$lt qty(1, "ohm")$ along entire earth ring perimeter (measure between opposite corners of the ring trace)], + ), + caption: [PCB electrical testing requirements], +) -- cgit