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