aboutsummaryrefslogtreecommitdiff
path: root/tables/pcb-power-planes.typ
diff options
context:
space:
mode:
Diffstat (limited to 'tables/pcb-power-planes.typ')
-rw-r--r--tables/pcb-power-planes.typ16
1 files changed, 16 insertions, 0 deletions
diff --git a/tables/pcb-power-planes.typ b/tables/pcb-power-planes.typ
new file mode 100644
index 0000000..ebffac6
--- /dev/null
+++ b/tables/pcb-power-planes.typ
@@ -0,0 +1,16 @@
+#import "../lib/unify.typ": qty, qtyrange
+
+#figure(
+ table(
+ columns: 3,
+ table.header([Zone], [Rail], [Typical area]),
+ [Zone 1], [$plus qty(15, "V")$], [$qtyrange(30, 40, "percent")$],
+
+ [Zone 2], [$qty(-15, "V")$], [$qtyrange(30, 40, "percent")$],
+
+ [Zone 3], [$plus qty(5, "V")$ (if needed)], [$qtyrange(10, 15, "percent")$],
+
+ [Zone 4], [$qty(-5, "V")$ (if needed)], [$qtyrange(10, 15, "percent")$],
+ ),
+ caption: [PCB power planes],
+) <table-pcb-power-planes>