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: 3,
table.header([Parameter], [Value], [Notes]),
[Width], [$qty(5.0, "mm")$], [All four edges],
[Applies to], [Components and tall traces], [Solder mask and silkscreen allowed],
[Reason], [Clearance for cassette walls and earth ring], [],
),
caption: [PCB keep-out zones: perimeter keep-out],
) <table-pcb-keep-out-zones-perimeter-keep-out>
|