Block a user
tgohle
created branch 20260503 in tgohle/0003-SDG2042X-PyQt-GUI-for-Linux
2026-05-03 11:53:05 +00:00
[Bug]: human_to_eng() silently accepts ambiguous 'm' suffix
[Bug]: human_to_eng() silently accepts ambiguous 'm' suffix
Fixed in v0.2.6.
human_to_eng() no longer silently accepts bare m as milli. This was unsafe because inputs like 1m could be interpreted as 1e-3 and sent to the instrument without any…
[Bug]: Preset file path selection is not propagated back to Main
[Bug]: Preset file path selection is not propagated back to Main
Patched file: SDG2042X_V0.2.4.py
What was changed:
- added path_changed = QtCore.pyqtSignal(str) in PresetsTab
- emit that signal from _open_file()
- connected t_presets.path_changed to a…