blob: 2a255dd94be5f911d42eadc1b50028f68492670b (
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], [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>
|