Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Capturing FFT waveform from Agilent Oscilloscope and displaying on LabVIEW front panel.

Using LabVIEW I was able to command the function generator to output a signal. I then commanded the oscilloscope to capture the waveform and plot the FFT. I now want to take the FFT waveform displayed on the oscilloscope and duplicated it to display on my front panel vi. How do I go about doing so without using any drivers?

0 Kudos
Message 1 of 3
(4,765 Views)
Same way you learned the other commands, by reading the manual. I'm not at all sure why you would not want to use a driver. At least find one and see if the function exists and copy the code. Otherwise, you should ask Keysight. This is not a problem related to LabVIEW.
0 Kudos
Message 2 of 3
(4,757 Views)

@abc321 wrote:

Using LabVIEW I was able to command the function generator to output a signal. I then commanded the oscilloscope to capture the waveform and plot the FFT. I now want to take the FFT waveform displayed on the oscilloscope and duplicated it to display on my front panel vi. How do I go about doing so without using any drivers?


It isn't necessary to use a driver if you don't want to. 

I don't necessarily use a driver.

Even when I use a driver, I always read the programmer's manual. 

I want to understand what the driver is doing.

0 Kudos
Message 3 of 3
(4,739 Views)