I have a need to quickly save waveform files while running the scope.exe application on the DSO8304B.
While interacting with the scope.exe application, I would like to press a hotkey and have the buffer saved to an incrementally numbered waveform file for future analysis.
I have experimented with WMI, sending mouse clicks and keystrokes to the app, but, with no feedback, this is clumsy.
Is there a better way to approach this?
Thanks.
---
While interacting with the scope.exe application, I would like to press a hotkey and have the buffer saved to an incrementally numbered waveform file for future analysis.
I have experimented with WMI, sending mouse clicks and keystrokes to the app, but, with no feedback, this is clumsy.
Is there a better way to approach this?
Thanks.
---
E2699A My Infiniium Integration Package Option allows you
to configure the Quick Measurement Key to do what you want.
Otherwise you must control the scope via SCPI commands. This can
be done on the scope but not in the scope interface; it would be
instrumented in the Windows environment. Plus, you must provide
the controlling programming environment.