Hi All,
This seems a very simple question, but still, I do not know the answer to it so I would appreciate any help. Basically how can I list the results of a sweep simulation against the index (or the point number) of the step? Here is a simplified example to illustrate what I am mean by that..
Imagine I had a common source transistor and simulated for its Drain current against a sweep of its Gate voltage. Say I swept the voltage between 0 and 1 V on a 0.1 volts step. Now, in my results, I would have 11 gate voltage values and 11 resultant drain current values.
If I use the “what(IDS)â€
Vgs_idx=find_index(VGS,0.5)
In our example Vgs_idx=5.
You can then use the variable Vgs_idx as your index,
myIds_0p5_Vgs=IDS[Vgs_idx]