Saumeek Upadhyay
12/23/2023, 12:48 AMStefan Schippers
12/23/2023, 9:05 AM.dc V4 0 5 1m V5 5 0 -1m
does a nested dc sweep.
It starts with V5 = 5 and does 5000 dc iterations for V4 from 0 to 5, then does the same 5000 iterations with V5=4.999 and so on.
Total is 25,000,000 steps.
If you want to do only two sweeps, then you should do:
.dc V4 0 5 1m
write results.raw
set appendwrite
.dc V5 5 0 -1m
write results.raw
Stefan Schippers
12/23/2023, 9:18 AMbsource.sym
for V5: