Dear all,
I am quite new to this web. I am trying to program PSA Series Spectrum Analyser using using LabView 8.0 (SCPI commands). The aim is to get a screen shot of the spectrum analyser measuement. What are the commands that will allow me to do so ? Are there are any Labview VI for the this spectrum analyiser which would allow me?
The option are either to receive a snap shoot of the measurment saved as a file or to directly display the sanp shoot on a LabView graph. I prefer to be able to get a snap shoot saved on a file within a specified directory.
Looking forward to hear anything related.
Best Regards,
BASHAR
I am quite new to this web. I am trying to program PSA Series Spectrum Analyser using using LabView 8.0 (SCPI commands). The aim is to get a screen shot of the spectrum analyser measuement. What are the commands that will allow me to do so ? Are there are any Labview VI for the this spectrum analyiser which would allow me?
The option are either to receive a snap shoot of the measurment saved as a file or to directly display the sanp shoot on a LabView graph. I prefer to be able to get a snap shoot saved on a file within a specified directory.
Looking forward to hear anything related.
Best Regards,
BASHAR
MMEM:STOR:SCR 'C:/MYSCREEN.GIF'
// This command creates a gif screen shot image
// named MYSCREEN.GIF the file on the PSA C: drive
MMEM:DATA? 'C:/MYSCREEN.GIF'
// This command will return the file in binblock format
MMEM:DEL 'C:/MYSCREEN.GIF'
// This command will delete the file from PSA
I don't have much experience with Labview, but I image there may be some file management VIs that would also allow you to move files from your PSA to your PC.
Best Regards,