From b9512bbed1fb96f435a021c2fa3206bed640f23c Mon Sep 17 00:00:00 2001 From: h_vogt Date: Sat, 12 Dec 2009 11:48:06 +0000 Subject: [PATCH] .plot tran vout1 --- ChangeLog | 4 ++++ examples/TransImpedanceAmp/output.net | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e48b95b2d..a60ac3548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/examples/TransImpedanceAmp/output.net b/examples/TransImpedanceAmp/output.net index d223057f0..d6eb355f4 100644 --- a/examples/TransImpedanceAmp/output.net +++ b/examples/TransImpedanceAmp/output.net @@ -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