11-29-2010 11:39 PM
I want to plot multiple curve simultaneously on smith chart and using smith_multi_plot but I am stuck with array and cluster any help or tutorial will be much helpful.
11-30-2010 01:18 AM
According to the definition of Smith Multi Plot : It is an array of clusters, where each cluster contains an array of points. A point is represented by a cluster containing the r and x values that make up the complex impedance r+jx.
Please help me with making a point that is represented by a cluster containing the r and x values that make up the complex impedance r+jx.
Thanking in advance.
08-29-2011 05:01 AM
hello,
i don't know if you have resolve your problem but in labview you have some examples witch can help you to find how to display mutiple plot on smith chart:
08-30-2011 04:43 AM
Hi,
I have attached a vi that would help. Let us presume that you are getting r and x independently. What you do is that you create a cluster of them using the bundle function and then place the whole thing inside a for loop. Place the smith plot indicator outside the loop and wire the cluster (output of the bundle function) to the smith plot terminal.
Hope this helps.
Vinayak Singh
Application Engineer
NI
08-30-2011 05:01 AM
hello,
for me it can be interesting but i can't open it because i use labview 8.5, could you change your VI so i can read it?
thanks
08-30-2011 07:03 AM
Here is the final thing in the labview version suitable for you
Vinayak
09-02-2011 01:57 AM
hi,
thanks for the changment, i can use something similar in my program.
regards
12-01-2015 02:52 PM
Hi every body
could you tell me how do you insert the data to this plot ???