Hi
I am using print statements and I revised the syntax according to the manual, but spectre ignores them and I don't get the expected output files. It works with dc sweep, but it is ignored for dc and ac simulations?
This is what I am doing:
oppoint dc
print I1.M1:cgs , I1.M1:gm ,
+name=oppoint to="OP.out"
ac ac start=1 stop=10G dec=100 annotate=status
print mag(V(VODIFF1)) , angle(V(VODIFF1)) ,
+name=ac to="Gain.out"
Can you share a working example?