Hello
I am testing to do a step analysis on a FRA analysis of a simple RC circuit. I want to use this later on a dc-dc converter. I am stepping two values of the capacitor 100nF and 10 nF.
The results of the text file seem ok. However, when doing the plotting it seems that Qspice only represents the results of one of the values of Cf.
Any idea?
Thanks very much!
A quick verify, change the order of freq and Cf. In general, I put x-axis quantity in first sweep. What I don’t understand is why x-axis quantity in your original .step sequence is also freq instead of Cf.
.step dec param freq 100 100K 10 param Cf list 100n 10n
Thank you very much. That works.
You won’t believe but I also considered inverting the order of the parameters but I dismissed the idea because it seemed to me that it wouldn’t work either …
Thanks!
It seems the solution can only be fixing Tstart when .meas is used. Attached is a modification that should work. The downside is that the data file (.qraw) will be larger as more data is saved.