03-16-2010 05:30 PM
03-17-2010 12:46 AM
03-17-2010 05:40 AM
Thank you. But Im not trying to take any type of measurements or anything all im trying to do is read in whats on the spectrum analyzer in the form of a graph and the measurement value it self.
03-17-2010 09:33 AM
Sorry, but that statement does not make much sense to me. You don't want to take a measurement but you do want to read a measurement? The two seem to be identical to me.
In any case, open the example finder and go to Hardware Input and Output>Instrument DriversLabVIEW Plug and Play. The 'Agilent ESA PSA... examples demonstrate some of the functions in the driver. Several of them read the trace data and display it on a graph.
03-17-2010 10:13 AM
03-17-2010 10:19 AM
Well, I would define reading the data from the instrument as taking a measurement - whether you initiate the measurement manually or programatically. The read function is identical.
03-17-2010 02:39 PM
Hello *E*,
I'm sure there are some examples included with the driver that allow you to take measurements. I know you mentioned you didn't want to take control of the device, but in order to be able to read the information from it you must specify what device you are referring to, and then send the command to the device to receive the measurement. From there, you can take the response from the device and plot that on a graph.
Regards,
03-17-2010 08:46 PM
Thank you brandon