Final for today

This commit is contained in:
david rice
2026-04-20 16:56:41 +01:00
parent ac65270cef
commit 9f1536a157
2 changed files with 7 additions and 0 deletions

View File

@@ -1022,6 +1022,13 @@ def analyze_lp_file(path: Path) -> "LPMetrics":
or lp11_to_hs_ns is None
# Mode B: LP-low anomalously short + low amplitude = marginal HS launch
or _lp_low_short
# Mode D: LP-low normal (≥ 200 ns) but rolling-std fired on LP-11 falling edge
# transition noise (lp11_to_hs < LP_LOW_DUR_MIN_NS). HS amplitude sub-threshold
# confirms the HS burst never formed — bridge entered LP-low but returned to LP-11
# without completing SoT. Confirmed: capture 0035 (lp_low=379 ns, amp=19 mV).
or (lp11_to_hs_ns is not None
and lp11_to_hs_ns < LP_LOW_DUR_MIN_NS
and not _lp_low_short)
)
)
# Mode C: no LP-11 at all → link silent (but exclude CLK which is always HS)