Rahul Ghosh <[EMAIL PROTECTED]> added the comment:
I wrote a python GPIB command to the scope to export the waveform as a
csv file. Then in another function I try to read this file that I just
saved and it cannot find the file till I rerun.
___
New submission from Rahul Ghosh <[EMAIL PROTECTED]>:
I am trying to save a csv file from a scope and then open it to post
process the data.
The file is getting created currectly, but when it tries to open the
csv file it complains about file not found. I am trying to do this in
a sing