aboutsummaryrefslogtreecommitdiff
path: root/tables/chassis-emi-shielding.typ
blob: 0c41800b07352967ecabb221714214d1b3dd1569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#import "../lib/unify.typ": qty, qtyrange

#figure(
  table(
    columns: 2,
    table.header([Parameter], [Requirement]),
    [Shielding effectiveness], [$gt qty(20, "dB"), qtyrange(80, 1000, "MHz")$],

    [Panel joints], [Metal-to-metal contact of conductive gasket],
    [Ventilation openings], [Maximum slot dimensions: $qty(10, "mm") times qty(2, "mm")$],

    [Cable entry], [Shield connectors or filtered feedthroughs],
  ),
  caption: [Chassis EMI shielding requirements],
) <table-chassis-emi-shielding>