This issue seems to be a continuing problem here and I hate to beat a dead horse but...
Im using a E4402B spectrum analyzer and HTBasic software. These are the commands I’m using:
1. :MMEM:STOR:SCR 'C:\BOY.GIF'"
2. :MMEM:DATA? 'C;\BOY.GIF'"
3. :MMEM:DEL 'C:\BOY.GIF'"
Line 2 doesn’t work, it does not transfer any data to the PC. I keep getting a “file not found error” on the analyzer even though I can see the file in the analyzers catalog and I can delete it just fine.
I’ve tried using the following:
1. :MMEM:STOR:SCR 'C:\BOY.GIF';*OPC?"
To compensate for the storage time delay to no avail. I’ve searched thru this forum but nothing seems to work. What am I missing here??
Im using a E4402B spectrum analyzer and HTBasic software. These are the commands I’m using:
1. :MMEM:STOR:SCR 'C:\BOY.GIF'"
2. :MMEM:DATA? 'C;\BOY.GIF'"
3. :MMEM:DEL 'C:\BOY.GIF'"
Line 2 doesn’t work, it does not transfer any data to the PC. I keep getting a “file not found error” on the analyzer even though I can see the file in the analyzers catalog and I can delete it just fine.
I’ve tried using the following:
1. :MMEM:STOR:SCR 'C:\BOY.GIF';*OPC?"
To compensate for the storage time delay to no avail. I’ve searched thru this forum but nothing seems to work. What am I missing here??
:MMEM:SCR:FORM BITMAP to set the screen image format to be Bitmap
:MMEM:STOR:SCR 'C:\BOY.GIF' to save the screen image to C:\BOY.GIF
*OPC? and read the response back. This way you can be sure that the previous command finished executing.
:MMEM:DATA? 'C:\BOY.GIF' and read the bytes
Finally,
:MMEM:DEL 'C:\BOY.GIF' to delete the file
I saw typo in your Line 2. Probably, that is the reason for the error.