04-13-2008 08:59 AM
04-14-2008 09:05 AM
Unfortunately I have not got around to building a driver for this instrument. I have supplied all of the VI's thay I have written. The grabit program would be your best bet. The only thing that this program does is get the data from the analyser and plot it. It does not care what the data is. if it is not giving you the correct data then change the trace or mod the VI. If you have the programmers manual then you should be able to get what you want by using the SCPI and GPIB commands for the instrument. If you could be more specific as to what you are trying to do then maybe I could help you more.
04-14-2008 09:19 AM
Thanks Joe... What I trying to do is download my frequency response data that is currently displayed on the machine, save it in an excel file and redraw the plot in excel... So far the program works great... However, it only pull out the Gain data and not the Frequency data..
I need both the frequency data and the Gain data to correctly show my -3dB point in excel... I have looked thur all the GPIB commands and I can't find any commands that could do this.... Hope this is clear...
Thanks...
04-14-2008 09:44 AM
04-14-2008 09:53 AM
04-14-2008 10:28 AM
04-14-2008 10:59 AM
04-15-2008 07:36 AM
Hi Joe,
Thanks for all your help I was able to get what I need thru math.....
Thanks again...
04-15-2008 08:19 AM
04-15-2008 08:25 AM
log (Stop Frequency in Hz) - log (Start Frequency in Hz)
x = antilog ----------------------------------------------------------------------------
number of points
This gives you the incremental value for your Start to Stop, then you do 10^x....