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:
Expected behavior
We should see the results, like this:
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.
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:
Expected behavior We should see the results, like this:
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.