LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program Agilent E5071C network analyzer with USB connection

I gave your suggestion a try and it seems to work when i use the "Read Data and Memory.vi" it seems like it measures the magnitude, but it doesn't look like it measures the phase?

0 Kudos
Message 21 of 27
(2,271 Views)

I don't have the manual for that instrument, and I don't know how you've configured the network analyzer, but if you're using a regular rectangular display format then you'd be displaying either magnitude or phase, not both. If that model transmits the data like other Agilent network analyzers I've used, when you fetch the data you'd be getting what you're seeing on the network analyzer. Thus, to get the phase you'd need to change display format to show phase and call the measure VI again to get the phase data.

0 Kudos
Message 22 of 27
(2,264 Views)

I had a question if you look at my attachment, is there anyway i can get the phase values without the 2nd configure channel and trace.vi. Or is there anyway i can make it so the screen will display both the magnitude and phase graphs on the same screen.

 

Thank you

0 Kudos
Message 23 of 27
(2,252 Views)

 


@arthur51189 wrote:

I had a question if you look at my attachment, is there anyway i can get the phase values without the 2nd configure channel and trace.vi.


 

Not with a rectangular view. With a rectangular view the network analyzer will show only one trace vs frequency.

 

 


Or is there anyway i can make it so the screen will display both the magnitude and phase graphs on the same screen.

You could set up multiple windows on the display or you could use a polar plot. See the network analyzer user guide on how this is done. There would be corresponding programming commands for this. Not sure about VIs - you'd have to look through the driver to see what's there.

 

0 Kudos
Message 24 of 27
(2,242 Views)

When i save the the data to Excel i want to label the columns, I used concatenate string and then the Write Characters to File.vi but when i open the spreadsheet i don't see the label for the columns

0 Kudos
Message 25 of 27
(2,238 Views)

I have 3 seperate excel files for Magnitude, Phase and Frequency. Is there anyway i could have combined all 3 of those to 1 excel file in 3 seperate columns? Or with the way that i have (3 seperate files) can i combine those to 1 file?

0 Kudos
Message 26 of 27
(2,218 Views)

Hi Arthur,

 

The common practice for all new issues is to open a new thread so that it's easily searchable in the future for other customers as well. Since this thread is about how to program the Agilent E5071C network analyzer, I recommend opening a new post for the spreadsheet issue.

Raj
National Instruments
Applications Engineer
0 Kudos
Message 27 of 27
(2,197 Views)