diff options
Diffstat (limited to 'tables/chassis-emi-shielding.typ')
| -rw-r--r-- | tables/chassis-emi-shielding.typ | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tables/chassis-emi-shielding.typ b/tables/chassis-emi-shielding.typ new file mode 100644 index 0000000..0c41800 --- /dev/null +++ b/tables/chassis-emi-shielding.typ @@ -0,0 +1,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> |
