Hello. I am trying to plot the results of parameter sweep simulation.
But the problem is that I cannot plot the result of each sweeped case.
I mean, I have Variable "X" which was sweeped from 0.1 to 1.0 (step 0.1)
In this case, I wanted to plot the X=0.2 case only.
(Especially, I was trying to plot the eye-diagram using equation like "a = eye(DATA, 8e9, 2)" of X = 0.2 case alone)
But I don'k know how to. I can only plot the overlapped results.
Thanks
But the problem is that I cannot plot the result of each sweeped case.
I mean, I have Variable "X" which was sweeped from 0.1 to 1.0 (step 0.1)
In this case, I wanted to plot the X=0.2 case only.
(Especially, I was trying to plot the eye-diagram using equation like "a = eye(DATA, 8e9, 2)" of X = 0.2 case alone)
But I don'k know how to. I can only plot the overlapped results.
Thanks
Also look for "slider" in the ADS documentation.