mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-06 03:51:27 +02:00
.plot tran vout1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-12-12 Holger Vogt
|
||||
* runcoms: evalusate measure commands only when avaialble
|
||||
* /examples/transimpedanceamp/output.net: correct .plot statement
|
||||
|
||||
2009-12-11 Holger Vogt
|
||||
* bug 2909730, patch for parsing expressions applied
|
||||
* measure.c: Proper warning that .measure is not available in batch mode with -b
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
* Documentation at http://www.brorson.com/gEDA/SPICE/ *
|
||||
*********************************************************
|
||||
* Command stuff
|
||||
.options gmin=1e-9 noacct
|
||||
.options gmin=1e-9
|
||||
.options method=gear
|
||||
.options abstol=1e-11
|
||||
* .ac dec 10 10MegHz 10 Ghz
|
||||
@@ -450,5 +450,5 @@ R1 +5V V1+ 5
|
||||
* When run, this SPICE file should output a square waveform
|
||||
* with a little overshoot
|
||||
.tran 0.05ns 40ns
|
||||
.plot Vout2
|
||||
.plot tran Vout2
|
||||
.END
|
||||
|
||||
Reference in New Issue
Block a user