aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-mounting-strategy-mounting-holes-pattern.typ
blob: d7322aed91cff69262166cb1bf8e9be7ac38e8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 2,
    table.header([Parameter], [Value]),
    [Pattern], [Rectangular, $4$ holes],
    [Horizontal spacing (X)], [$qty(105.0, "mm")$],
    [Vertical spacing (Y)], [$qty(155.0, "mm")$],
    [Hole diameter], [$diameter qty(3.2, "mm")$ ($M 3$ clearance)],
    [Hole plating], [Unplated, isolated],
  ),
  caption: [PCB mounting strategy: mounting holes],
) <table-pcb-mounting-strategy-mounting-holes-pattern>