web UI added and refactoring done

This commit is contained in:
Ayzen
2026-06-06 00:06:30 +03:00
parent 3c30a12d4a
commit af6005d68f
65 changed files with 3630 additions and 4720 deletions
+4 -3
View File
@@ -21,9 +21,10 @@ class ComboModel:
class RadarSweepModel:
"""Sweep settings for LibreVNA acquisition."""
# Keep schema defaults minimal/safe; operational values come from run_config.json.
start_hz: float = 0.0
stop_hz: float = 0.0
# A valid default range (stop > start) so a bare/default config is self-consistent;
# operational values come from run_config.json. (1 MHz .. 6 GHz mirrors the real configs.)
start_hz: float = 1_000_000.0
stop_hz: float = 6_000_000_000.0
points: int = 1
if_bandwidth_hz: float = 1.0
power_dbm: float = -30.0