aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-electrical-testing-requirements.typ
blob: 3c7a2995ff28b2c2fe1068be6f85ac9d404e9525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>