Products > Test Equipment
Open source EEZ Studio for accessing your (SCPI) instruments
Rerouter:
dpenev, take a look at the new project editor, looks like we should be able to even script up a full UI for the things if we needed to,
to prasimix, Very stupid question, but with SCPI is there anyway to have the prefix be a variable, e.g. C1, C2, C3, C4, for C1:BWL, when I approach it with digital channels it blows things out very quickly,
dpenev:
Hi Rerouter,
Thanks. I have checked the project editor but I am not sure if this is what I need.
I need to be able to include vector chart/plots for my SSA3032X to be able to zoom and export to CSV things (for example) which seems to be made for the Rigol scopes.
And this is not that I need this desperately but I think this is required to make this tool more useful for SSA3032X
Being able to dump the screen and adding few shortcuts which I plan to do is already a step forward.
As for the project editor I have to admit that I don't get the idea.
Is it going to help me with achieving the above goals I have mentioned?
Thanks
Dimitar
Rerouter:
Sorry, I should explain better as I am learning it myself aswell for a SDS1104, Currently it doesn't appear to natively support vector plotting, I missed that point, However It could likely be added as a GUI option in a later version,
Most of the shortcuts are Javascript based, so with some massaging I'm working to get the graphing working with the siglent scopes, (pretty much just formatting it in the correct way) from that point its just pipe to the correct GUI element, However for your currently requested display mode, I recommend adding an issue to the github project.
https://github.com/eez-open/studio/issues
dpenev:
Thanks Rerouter,
I have added an issue an year ago actually.
However we have to thank the developers for their work so far and start helping I believe. :)
I will see what I can do next few weeks for SSA3000X
dpenev:
OK I have decided to give it a try with a shortcut
All is meant to be super easy so good.
Unfortunately I am complete dump with Javascript.
I saw how to create edit box in javascript from Internet and tried this:
var fstart = prompt("Enter the Start Frequency", "");
connection.command(`:FREQuency:STARt ${fstart}`);
The EEZ studio however said that "prompt() is and will not be supported".
What is the suggested way to make simple edit box so I can enter one or few parameters if the shortcut/script requires it?
connection.command(`:FREQuency:STARt 1e3`); works so I am half way there. ;)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version