blob: 455a4fd19f66c0b19552710104cd970b92f48951 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// SAME Analog Modular Ecosystem
//
#import "../lib/unify.typ": qty
#figure(
table(
columns: 2,
table.header([Parameter], [Requirement]),
[Earth continuity], [$lt qty(0.1, "ohm")$ from any exposed metal to mains earth],
[Earth current capacity], [Per fuse rating],
[Chassis bonding], [All panels bond],
),
caption: [Protective earth requirements],
) <table-protective-earth>
|