Posted Fri, 04 Oct 2024 22:04:28 GMT by Kumar, Siddharth
Hi,
I was trying to run some linear sweep scripts from TSB to KI2461. Its running fine and saving the measurements to buffer. Now I want to save the data from buffer to my PC. 
There is option to print the current and voltage values in console but can't find anything to save it to a file. 
I found that I can save the buffer to the USB connected to 2461. but I'm using more instruments in it and want data to save in a file in my computer.
what can be be the codes?
Posted Fri, 11 Oct 2024 18:05:32 GMT by C, Andrea
The Test Script Builder (TSB) software is giving a means to interact with the computer inside the instrument via the command API and scripting engine.  The only "file system" that has is the USB thumb drive on the instrument.

To have the data available in PC for saving to a CSV on the HDD:
try the internal web page of the instrument.  There is an applet for Extract Data (download buffers to CSV on PC).
Or move to Python or similar and read back the result of printbuffer() or print() commands.

You must be signed in to post in this forum.