blob: 3399fdc5373fc34e96928f378fac74363ccda467 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Value]),
[Layer], [L2 (inner 1)],
[Coverage], [Minimum $qty(85, "percent")$ of signal area],
[Splits], [Only if DGND zone required],
[Connection], [Via stitching to AGND traces & pads on L1 and L4],
),
caption: [PCB AGND plane],
) <table-pcb-ground-planes-agnd-plane>
|