1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Standoff thread], [$M 3$],
[Standoff height], [$qty(6, "mm")$],
[Standoff type], [Female threaded, swaged or welded to L-channel],
[Mounting screw], [$M 3 times qty(8, "mm")$ pan head],
),
caption: [PCB mounting strategy: standoffs],
) <table-pcb-mounting-strategy-standoffs>
|