mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
*** empty log message ***
This commit is contained in:
+7
-7
@@ -6,12 +6,12 @@
|
||||
.SH NAME
|
||||
nutmeg \- spice post-processor
|
||||
.SH SYNOPSIS
|
||||
\fBnutmeg [ - ] [ -n ] [ -t term ] [ datafile ... ]\fR
|
||||
\fBnutmeg [ \- ] [ \-n ] [ \-t term ] [ datafile ... ]\fR
|
||||
.SH DESCRIPTION
|
||||
.B Nutmeg
|
||||
is a post processor for \s-2SPICE\s+2 \- it takes the raw
|
||||
output file created
|
||||
by \fBspice -r\fR
|
||||
by \fBspice \-r\fR
|
||||
and plots the data on a graphics terminal or a workstation display.
|
||||
Note that the raw output file is different from the
|
||||
data that \s-2SPICE\s+2 writes to the standard output.
|
||||
@@ -92,7 +92,7 @@ The magnitude of vector.
|
||||
The phase of vector.
|
||||
.IP
|
||||
\fBj(vector) \-\fR
|
||||
\fIi\fR (sqrt(-1)) times vector.
|
||||
\fIi\fR (sqrt(\-1)) times vector.
|
||||
.IP
|
||||
\fBreal(vector) \-\fR
|
||||
The real component of vector.
|
||||
@@ -439,12 +439,12 @@ in the \fIplottype\fR option, below.
|
||||
\fBcpdebug\fR
|
||||
.br
|
||||
Print \fIcshpar\fR debugging information. (Must be complied with the
|
||||
-DCPDEBUG flag.)
|
||||
\-DCPDEBUG flag.)
|
||||
.IP
|
||||
\fBdebug\fR
|
||||
.br
|
||||
If set then a lot of debugging information is printed. (Must be
|
||||
compiled with the -DFTEDEBUG flag.)
|
||||
compiled with the \-DFTEDEBUG flag.)
|
||||
.IP
|
||||
\fBdevice\fR
|
||||
.br
|
||||
@@ -508,7 +508,7 @@ no effect.
|
||||
.br
|
||||
If this is set, when the \fBhardcopy\fR command is run the resulting file
|
||||
is automatically printed on the printer named \fBhcopydev\fR with the
|
||||
command \fIlpr -P\fBhcopydev\fI -g \fBfile\fR.
|
||||
command \fIlpr \-P\fBhcopydev\fI \-g \fBfile\fR.
|
||||
.IP
|
||||
\fBhcopydevtype\fR
|
||||
.br
|
||||
@@ -925,7 +925,7 @@ There are a number of pre-defined constants in \fBnutmeg\fR. They are:
|
||||
pi pi
|
||||
e The base of natural logarithms
|
||||
c The speed of light
|
||||
i The square root of -1
|
||||
i The square root of \-1
|
||||
kelvin Absolute 0 in Centigrade
|
||||
echarge The charge on an electron
|
||||
boltz Boltzman's constant
|
||||
|
||||
+3
-3
@@ -7,8 +7,8 @@
|
||||
.SH NAME
|
||||
spice \- circuit simulator
|
||||
.SH SYNOPSIS
|
||||
\fBspice [ -n ] [ -t term ] [ -r rawfile] [ -b ]
|
||||
[ -i ] [ input file ... ]\fR
|
||||
\fBspice [ \-n ] [ \-t term ] [ \-r rawfile] [ \-b ]
|
||||
[ \-i ] [ input file ... ]\fR
|
||||
.SH DESCRIPTION
|
||||
This manual page describes the commands available for interactive
|
||||
use of \*S. For details of circuit descriptions and the
|
||||
@@ -35,7 +35,7 @@ The program is being run on a terminal with \fImfb\fR name \fBterm\fR.
|
||||
Run in batch mode. \*S will read the standard input or the specified
|
||||
input file and do the simulation. Note that if the standard input
|
||||
is not a terminal, \*S will default to batch mode, unless the
|
||||
-i flag is given.
|
||||
\-i flag is given.
|
||||
.TP
|
||||
\fB-s\fR (or \fB--server\fR)
|
||||
Run in server mode. This is like batch mode, except that a temporary
|
||||
|
||||
Reference in New Issue
Block a user