jetperch / pyjoulescope_ui

Joulescope graphical user interface
https://www.joulescope.com
Apache License 2.0
87 stars 26 forks source link

USBET does not display results #134

Closed mliberty1 closed 2 years ago

mliberty1 commented 3 years ago

Version: 0.9.7 Platform: Windows

Description The Joulescope UI integrates the USB electrical test (USBET20) as one of the Analysis tools available from the waveform dual markers. The older USBET20launched Internet Explorer (yikes!) to display the result. However, the latest USBET20launches your default browser. The timing is now different, and we see this: image

Expected behavior We should see the results, like this: image

What is wrong The plugins/usb_inrush.py tool creates a temporary directory to store the results. The Joulescope UI automatically cleans up this temporary directory before the browser gets a chance to display it. The best fix is to use a non-temporary directory.