Good afternoon everybody. I am working on developing a program that automates the performance verification of an SDS1204X-E Siglent Oscilloscope. I am using a program called Keysight Command Expert, and pretty much what it does is executes a sequence of SCPI commands with multiple instruments. You are able to save this sequence as a sequence file and you can export it as well into wrappers such as Python, C+, C#, VB and Excel. I have some experience with Python, so I wanted to use that.
My first issue here is that I don't have the option to export with Python. I have Python installed for every user on the PC. If anybody has any input or can help me with this problem, I'm sure I can figure out the rest.
The problem that I am running into is after exporting into Excel. I chose excel because I am a little familiar with it, I know the basic functions. When I export to Excel, it displays all of my sequence that I programmed for the tests, which is fine. It's a little convoluted, but I can just move the width of the columns and it is separated properly. My return values are, for example: C1:PARA? 1.0033555e+4 for my measurements. All I want is the number in 0.000 form for further calculations. I've thought of doing various formulas for the column but I feel like I may be going down an unproductive rabbit hole. I played around with Macros and different scripts (I'm not very savvy in this stuff, used Chatgpt for some simple scripts) but nothing seems to work out. I really want to automate this procedure as much as I can. Any help would be greatly appreciated. Any ideas? Thank you!