[Bug]: ARB download response parser fails on real SDG #15
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Affected version
v0.2
Area
arb
Severity
high
What happened?
HW test update on real SDG2042X:
The original GUI-freeze symptom appears fixed: during ARB download the UI stayed responsive.
However, the download still failed functionally with:
[ERR] ARB download: No SCPI block after WAVEDATA,Conclusion: threading fix looks good, but the real-device ARB download response parser is still wrong or too strict.
Steps to reproduce
Instrument model / firmware
No response
Host environment
No response
Error text / SCPI response / traceback
Integrated terminal shows in V0.2:
Checks
Issue #15 update
Tested on real SDG2042X after the ARB rework in v0.2.1.
Original problem
In v0.2 the GUI freeze during ARB download was already fixed, but the actual download still failed on the real instrument with:
[ERR] ARB download: No SCPI block after WAVEDATA,So the remaining problem was not UI responsiveness anymore, but the ARB download response parser being too strict for the real SDG response format.
What was changed in v0.2.1
WAVEDATA,WAVEDATA,STL? BUILDINandSTL? USERHardware test result
Retested on the real SDG2042X.
Result:
Conclusion
Issue #15 is considered fixed and hardware-verified in v0.2.1.
Suggested closure note
Closing this issue as fixed in v0.2.1 after successful real-hardware test of both ARB download and ARB upload.