ngspice/man/man1/ngnutmeg.1

83 lines
2.6 KiB
Groff
Raw Normal View History

2000-04-27 22:03:57 +02:00
.\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
2010-06-12 12:13:15 +02:00
.ig
(woman-find-file buffer-file-name)
(let* ((man-args (concat "-l " buffer-file-name))
(bufname (concat "*Man " man-args "*")))
(when (get-buffer bufname)
(kill-buffer bufname))
(man man-args))
(compile
(concat "groff -t -e -man -Tps "
buffer-file-name
" > /tmp/tmp.ps && gv /tmp/tmp.ps"))
..
.TH NGNUTMEG 1 "6 June 2010"
.ds = \-\^\-
.ds ngspice \s-2NGSPICE\s+2
.SH "NAME"
ngnutmeg \- ngspice post-processor
.SH "SYNOPSIS"
\fBngnutmeg\fP [\fIoptions\fP] [\fIdatafile\fP ...]
.SH "DESCRIPTION"
This man page is just a small overview.
The primary documentation of ngspice is in the \*[ngspice] User's Manual,
which is available as a pdf file.
.br
\fBngnutmeg\fP is a post processor for \*[ngspice] \- it takes
the raw output file created by \fBngspice \-r\fP
2000-04-27 22:03:57 +02:00
and plots the data on a graphics terminal or a workstation display.
Note that the raw output file is different from the
2010-06-12 12:13:15 +02:00
data that \*[ngspice] writes to the standard output.
.SH "OPTIONS"
2000-04-27 22:03:57 +02:00
.TP
2010-06-12 12:13:15 +02:00
\fB\-\fP
.br
2000-04-27 22:03:57 +02:00
Don't try to load the default data file ("rawspice") if no other files
are given.
.TP
2010-06-12 12:13:15 +02:00
\fB\-n\fP or \fB\*=no\-spiceinit\fP
Don't try to source the file ".spiceinit" upon startup. Normally \fBngnutmeg\fP
2000-04-27 22:03:57 +02:00
tries to find the file in the current directory, and if it is not found then
in the user's home directory.
.TP
2010-06-12 12:13:15 +02:00
\fB\-q\fP or \fB\*=completion\fP
Enable command completion. (defect)
.TP
\fB\-t\fP \fIterm\fP or \fB\*=term=\fP\fIterm\fP
The program is being run on a terminal with \fBmfb\fP name \fIterm\fP.
.TP
2010-06-12 12:13:15 +02:00
\fB\-h\fP or \fB\*=help\fP
Display a verbose help on the arguments available to the program.
.TP
2010-06-12 12:13:15 +02:00
\fB\-v\fP or \fB\*=version\fP
Display a version number and copyright information of the program.
2000-04-27 22:03:57 +02:00
.PP
Further arguments are taken to be data files in binary or ascii format
2010-06-12 12:13:15 +02:00
(see \fBsconvert\fP(1)) which are loaded into ngnutmeg. If the file
2000-04-27 22:03:57 +02:00
is in binary format, it may be only partially completed (useful for
examining \*[ngspice] output before the simulation is finished). One
2000-04-27 22:03:57 +02:00
file may contain any number of data sets from different analyses.
2010-06-12 12:13:15 +02:00
.SH "ENVIRONMENT"
See ngspice(1)
.SH "FILES"
See ngspice(1)
.SH "SEE ALSO"
sconvert(1), ngspice(1), mfb(3), writedata(3), and
2000-04-27 22:03:57 +02:00
.br
\*[ngspice] User's Manual at \fBhttp://ngspice.sourceforge.net/docs.html\fP
2010-06-12 12:13:15 +02:00
.SH "BUGS"
Please report bugs to the ngspice project via
2000-04-27 22:03:57 +02:00
.br
2010-06-12 12:13:15 +02:00
\fBhttp://ngspice.sourceforge.net/bugrep.html\fP
.SH "AUTHOR"
2000-04-27 22:03:57 +02:00
Wayne Christopher (faustus@cad.berkeley.edu)
2010-06-12 12:13:15 +02:00
.br
\fBngspice\fP: various authors (see \fBhttp://sourceforge.net/projects/ngspice/\fP)
2010-06-12 12:13:15 +02:00
.\" Local Variables:
.\" mode: nroff
.\" End: