aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-ground-planes-dgnd-zone.typ
blob: e8081c89a0f75a73d25330fc87587127cb3399ed (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]),
    [Location], [Defined zone on L2],
    [Separation], [$qty(2, "mm")$ gap from AGND plane],
    [Connection], [To the DGND pins of the power distributor],
    [Via stitching], [Only within DGND zone],
  ),
  caption: [PCB DGND zone],
) <table-pcb-ground-planes-dgnd-zone>