From b05bbf41c829353a70accfdad0c8006ccef11b3a Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Sat, 8 Aug 2026 21:23:49 +0200 Subject: write 4.1 and 4.2 --- electrical-specifications.typ | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'electrical-specifications.typ') diff --git a/electrical-specifications.typ b/electrical-specifications.typ index 8384518..caf5c6f 100644 --- a/electrical-specifications.typ +++ b/electrical-specifications.typ @@ -61,7 +61,7 @@ must include an out-of-domain handling strategy, and document it: #figure( table( - columns: (auto, auto, auto), + columns: 3, table.header([Strategy], [Description], [Example use cases]), [Clamp], [Output held at boundary], [Logarithm], [Hold], [Freeze last valid output], [Integrator], @@ -97,7 +97,7 @@ jacks, the parallel input impedance must be considered: #figure( table( - columns: (auto, auto, auto), + columns: 3, table.header([Inputs stacked], [Parallel $Z_"in"$], [Loading error]), [1], [$qty(1, "mega ohm")$], [$qty(10, "ppm")$], [4], [$qty(250, "kilo ohm")$], [$qty(40, "ppm")$], @@ -127,7 +127,7 @@ internal errors must never be aggregated. #figure( table( - columns: (auto, auto), + columns: 2, table.header([Source], [Category]), [Clipping], [Internal], [PWAM Soft Saturation], [Internal], @@ -295,7 +295,7 @@ are met. #figure( table( - columns: (auto, auto, auto), + columns: 3, table.header([Parameter], [Range], [Variation]), [Temperature], [$plus qty(15, "dC") "to" plus qty(30, "dC")$], [$plus.minus qty(2, "celsius per hour")$], @@ -366,7 +366,7 @@ $qty(0.014, "ppm per hour")$. We recommend daily calibration verification. #figure( table( - columns: (auto, auto, auto, auto), + columns: 4, table.header([Parameter], [Educational], [Industrial], [Metrologic]), [Precision], [$qty(0.1, "percent") (qty(1000, "ppm"))$], @@ -394,7 +394,7 @@ the precision budget. #figure( table( - columns: (auto, auto, auto, auto), + columns: 4, table.header([Tier], [Precision], [Drift rate], [Time to drift $qty(100, "percent")$ of budget]), [*Educational*], [$qty(1000, "ppm")$], [$qty(60, "ppm per hour")$], [$approx qty(16, "h")$], @@ -581,7 +581,7 @@ sturdy and shielded. #figure( table( - columns: (auto, auto, auto, auto), + columns: 4, table.header([Pin], [Signal], [Pin], [Signal]), [1], [$plus qty(15.00, "V")$], [14], [AGND], [2], [$plus qty(15.00, "V")$], [15], [AGND], -- cgit