-
h_vogt committed patchset 1795 of module ngspice to the ngspice CVS repository, changing 2 files.
2009-11-07 19:52:22 UTC in ngspice
-
Sergey,
if you want to edit your input line (backspace, delete, left arrow), you will need a line editor inside ngspice!
This is achieved by addig
--with-readline=yes
to your ./configure command.
Regards
Holger.
2009-10-23 12:57:30 UTC in ngspice
-
Sergey,
what are your ./configure options?
Holger.
2009-10-21 22:17:06 UTC in ngspice
-
Sergey,
ngspice can do many things, even simple things.
For point 1:
Add the following line to the spinit file:
set filetype=ascii
for points 2 and 3:
Add the following line to the spinit file:
set noacct
Alternatively you may add the line
.options noacct
to your input file.
Regards
Holger.
2009-10-21 22:14:00 UTC in ngspice
-
Sergey,
batch mode is run when nobody is there to watch any output. Interactive graphics and batch mode is not compatible.
Put your interactive commands into your input file, enclosed in a
.control
.endc
structure, and you will immediately get what you want, runnibg ngspice in interactive mode.
Regards
Holger.
2009-10-21 22:08:16 UTC in ngspice
-
h_vogt committed patchset 1791 of module ngspice to the ngspice CVS repository, changing 5 files.
2009-10-18 10:32:11 UTC in ngspice
-
inpkmod.c modified by initializing modtab:
/* global input model table. */
INPmodel *modtab = NULL;
See comment to bug no. 2874418
Holger.
2009-10-11 22:11:53 UTC in ngspice
-
patch uploaded to CVS
Holger Vogt.
2009-10-11 16:58:03 UTC in ngspice
-
h_vogt committed patchset 1789 of module ngspice to the ngspice CVS repository, changing 1 files.
2009-10-11 16:55:56 UTC in ngspice
-
h_vogt committed patchset 1788 of module ngspice to the ngspice CVS repository, changing 2 files.
2009-10-11 16:54:51 UTC in ngspice