ngspice/man/man1/ngnutmeg.1

82 lines
2.8 KiB
Groff
Raw Normal View History

2014-10-28 20:42:09 +01:00
.\" Hey, EMACS: -*- nroff -*-
.\"
2000-04-27 22:03:57 +02:00
.\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
2014-10-28 20:42:09 +01:00
.\"
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH NGNUTMEG 1 "2014-10-28"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
2010-06-12 12:13:15 +02:00
.ds = \-\^\-
.SH "NAME"
ngnutmeg \- ngspice post-processor
.SH "SYNOPSIS"
\fBngnutmeg\fP [\fIoptions\fP] [\fIdatafile\fP ...]
.SH "DESCRIPTION"
This man page is just a small overview.
2014-10-28 20:42:09 +01:00
The primary documentation of ngspice is in the ngspice User's Manual,
2010-06-12 12:13:15 +02:00
which is available as a pdf file.
.br
2014-10-28 20:42:09 +01:00
\fBngnutmeg\fP is a post processor for ngspice \- it takes
2010-06-12 12:13:15 +02:00
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
2014-10-28 20:42:09 +01:00
data that ngspice writes to the standard output.
2010-06-12 12:13:15 +02:00
.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
(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
2014-10-28 20:42:09 +01:00
examining ngspice output before the simulation is finished).
One 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
2014-10-28 20:42:09 +01:00
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)