Hello,
I’m building a circuit from a different simulator into QSPICE and I wanted to compare the results. I am trying to find analogous operations to .extract statements that use the following operations:
YVAL(X) (e.g. “magnitude(YVAL(Out), 10K))”
XTHRES(X) (e.g. “XTHRES(V(Out),1)”
XUP(X) (e.g. “XUP(V(Out),10)”
XDOWN(X) (e.g. “XDOWN(V(Vout1),0)”
Do you know how I would use a .meas statement and use comparable operators above in QSPICE? I looked through some of the documentation but have been unable to resolve.
Thank you.