LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

54820A Agilent Oscilloscope

Hi,
 
I am using the 54820A Agilent oscilloscope for my project. I am using the 54820A driver in LabVIEW with the help of GPIB communication.
 
Here I want to dump the entire screen of the Oscilloscope in LabVIEW using the 54820A driver.
 
 Is there any driver is available for Dumping the entire screen of the oscilloscope in LabVIEW ?
 
Please help me??
0 Kudos
Message 1 of 2
(2,491 Views)
The driver has a function to transfer traces to a graph on your front panel. This and some of the measurment functions should give you all that you need but if you really want to do a screen dump and save that, you should first see if such a command is supported by the instrument. If the command exists, then you could do a text search of the VIs in the driver to see if the command is implemented by one of the functions. If it's not, then it should be fairly simple to implement.
0 Kudos
Message 2 of 2
(2,482 Views)