1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// SAME Analog Modular Ecosystem
//
#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>
|