1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// SAME Analog Modular Ecosystem
//
#figure(
table(
columns: 2,
table.header([Element], [Requirement]),
[Reference designators], [All components labeled($R_"bias"$, $C_"bulk"$, $U_"buf"$, etc.)],
[Polarity marks], [All polarized components (diodes, electrolytics, ICs, etc.)],
[Pin 1 indicators], [All ICs and connectors],
[Assembly notes], [Tier-specific component values (if applicable)],
[Test points], [Labeled with signal name],
),
caption: [PCB silkscreen requirements: component side (L1 - top)],
) <table-pcb-silkscreen-requirements-l1>
|