When I see SCPI and python I recommend useing Jupyter notebooks. Immediate gratification in visualizing and you can easily put up buttons, if ever needed.
You do all of it the browser, can dicument the measurement results very well, along with the code in one file.
Hi dobsonr741 !
yes, you have suggested it in another thread I have started. I did actually did look at Jupyter,
and the complexity of "getting started" appeared to be much higher than what I was willing
to invest! ;-)
I am a hardware engineer by trade (have been designing custom chips for 30 years). I am
forced to use Eclipse as part of the Xilinx tools (which we use for prototyping), but did not
want to deal with that when I don't get paid, lol
I have evaluated about a dozen development environments, about half of those I evaluated
in greater depth, by installing the IDE and giving it a try.
For ME, python, and QT5 was the easiest way to get a good-looking GUI going in the shortest
amount of time. For the actual interface with the instrument, any language would have worked,
I am still using perl for my day-to-day scripting, lol. May be I will finally adopt Python. It seems
it is better in handling some aspects and worth with others ...
Please do try the tools. The plots it can generate are actually quite nice and pretty, you can
zoom in and get readings from enlarged selected areas, etc, etc ...
BTW, it took me less than a day to design a first (decent) GUI !
Best Regards,
luudee