Jump to content

Draw a graph from the S-parameters network analyser results


jim85

Recommended Posts

Hi Guys,

I have a problem with the drawing x and y axis graph from the Agilent 8720ES S-paramters network analyser marker results. The results are created by the analyser in a given time. I want those results to save in my VI and retrive together to draw a graph.

I dont know how to save it and take back the results together. Can anyone help me with this? I have attached my VI with this mail.

Regards

Jim

Link to comment
  • 4 weeks later...

There is a driver for the 8720 if you goto Help--> Find Instrument Drivers. There is an example that does what you requested only graphing the entire sweep not just the points.

I don't have an 8720 but I have a 8510B. With the 8510 at least you have to specifically request the power and frequency pairs seperate. Something like -

MARK1; OUTPACTI;

READ <-- Gives you the frequency location of the point.

OUTPMARK

READ <-- Gives you the power at that point.

I then build an array with the pairs. Sorry I don't have a labview example I'm still migrating much of my code from VB.NET.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.