On Monday 19 March 2007 09:35, a r wrote: > Does Gnucap (or some wrapper) support postprocessing of > simulation results? I mean something like hspice's ".measure" > card for extracting avg/rms values, delays etc. This is a > basic tool for non-trivial work.
Not really, but you might look at the "alarm" command. It has a syntax like print and plot, but it sits in the background and does nothing until it goes out of range, then gives a message. Like print and plot, it is a preset. Specify it before you give the "tran" (or whatever) command. ======= alarm tran v(12)(0,3) tran ....... It will print a message when v(12) goes out of range (0,3). Sorry, but that's all. _______________________________________________ Help-gnucap mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnucap
