Changes
This commit is contained in:
@@ -691,10 +691,6 @@ def dual_capture(iteration: int) -> str:
|
|||||||
else:
|
else:
|
||||||
print(" RIGOL CH1: waveform read failed — check connection and probe.")
|
print(" RIGOL CH1: waveform read failed — check connection and probe.")
|
||||||
_restore_hs_config()
|
_restore_hs_config()
|
||||||
try:
|
|
||||||
requests.put(URL, json={"state": "on"}, timeout=1)
|
|
||||||
except Exception:
|
|
||||||
pass
|
|
||||||
|
|
||||||
# ── Pass 2: HS signal quality ──────────────────────────────────────────
|
# ── Pass 2: HS signal quality ──────────────────────────────────────────
|
||||||
print(" PASS 2: SIGNAL QUALITY...")
|
print(" PASS 2: SIGNAL QUALITY...")
|
||||||
@@ -703,10 +699,6 @@ def dual_capture(iteration: int) -> str:
|
|||||||
_save_pass("sig", iteration, ts)
|
_save_pass("sig", iteration, ts)
|
||||||
else:
|
else:
|
||||||
print(" SKIPPING SIG SAVE.")
|
print(" SKIPPING SIG SAVE.")
|
||||||
try:
|
|
||||||
requests.put(URL, json={"state": "on"}, timeout=1)
|
|
||||||
except Exception:
|
|
||||||
pass
|
|
||||||
|
|
||||||
# ── Pass 3: frame/protocol structure ──────────────────────────────────
|
# ── Pass 3: frame/protocol structure ──────────────────────────────────
|
||||||
print(" PASS 3: FRAME STRUCTURE...")
|
print(" PASS 3: FRAME STRUCTURE...")
|
||||||
|
|||||||
Reference in New Issue
Block a user