aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-electrical-testing-requirements.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tables/pcb-electrical-testing-requirements.typ')
-rw-r--r--tables/pcb-electrical-testing-requirements.typ15
1 files changed, 15 insertions, 0 deletions
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],
+) <table-pcb-electrical-testing-requirements>