aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-surface-finish.typ
blob: 015155542aaca68f701eaaeaf28c3ab99947d61a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#import "../lib/unify.typ": qtyrange

#figure(
  table(
    columns: 2,
    table.header([Parameter], [Specification]),
    [Finish], [ENIG (Electroless Nickel Immersion Gold)],

    [Nickel thickness], [$qtyrange(3, 5, "um")$],

    [Gold thickness], [$qtyrange(0.05, 0.1, "um")$ ($qtyrange(1, 2, "micro inch")$)],

    [Solder mask], [Matte black (both sides)],

    [Silkscreen], [White (both sides)],
  ),
  caption: [PCB surface finish],
) <table-pcb-surface-finish>