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