aboutsummaryrefslogtreecommitdiff
path: root/tables/selv-circuits.typ
blob: 439cb0ce14630ced2eb557c82f3f2ebc6682a590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import "../lib/unify.typ": qty

#figure(
  table(
    columns: 2,
    table.header([Parameter], [Requirement]),
    [Maximum voltage], [$lt qty(60, "VDC")$],
    [Isolation from mains], [Required],
    [User accessible], [Yes (banana jacks)],
  ),
  caption: [SELV circuits requirements],
) <table-selv-circuits>