When peforming atransient analysis e.g. tran 0.5m 40m the Initial Transient Solution is automatically given like this:
ngspice 1 -> tran 0.5m 40m
Doing analysis at TEMP = 27.000000 and TNOM = 27.000000 Initial Transient Solution Node Voltage ---- ------- 1 0 2 1.22588e-22 vin#branch -1.22588e-25
However for an AC analysis the bias point isn't given automatically after e.g ac dec 20 1m 100k, this is what you get:
ngspice 1 -> ac dec 20 1m 100k
Doing analysis at TEMP = 27.000000 and TNOM = 27.000000 Request: put in here the bias point info (this line is currently empty) No. of Data Rows : 161
and therefore currently an extra op command and a print all statement is necessary eah time. It would be nice the bias point info was given the same way the initial transient solution is given.
kind regards,
Hugo