prepare ngspice-25
This commit is contained in:
parent
8a1cec25a5
commit
cd1706292f
9
ANALYSES
9
ANALYSES
|
|
@ -17,6 +17,7 @@ Table of Contents
|
|||
7 Sensitivity analysis (SENS)
|
||||
8 Transfer function analysis (TF)
|
||||
9 Transient analysis (TRAN)
|
||||
10 Periodic steady state analysis (PSS, experimental feature)
|
||||
|
||||
|
||||
|
||||
|
|
@ -96,6 +97,12 @@ Table of Contents
|
|||
The transient analysis computes the transient output variables as a
|
||||
function of time over a user-specified time interval. The initial conditions
|
||||
are automatically determined by a dc analysis. All sources which are not time
|
||||
dependent (for example, power supplies) are set to their dc value.
|
||||
dependent (for example, power supplies) are set to their dc value.
|
||||
|
||||
|
||||
10 Periodic steady state analysis (PSS)
|
||||
|
||||
The periodic steady state analysis computes solutions for oscillating
|
||||
circuits. Currently only the autonomous case is implemented.
|
||||
|
||||
|
||||
|
|
|
|||
2
AUTHORS
2
AUTHORS
|
|
@ -33,6 +33,7 @@ Min-Chie Jeng,
|
|||
Beorn Johnson,
|
||||
Stefan Jones,
|
||||
Kenneth H. Keller,
|
||||
Francesco Lannutti,
|
||||
Robert Larice,
|
||||
Mathew Lew,
|
||||
Robert Lindsell,
|
||||
|
|
@ -45,6 +46,7 @@ Paolo Nenzi,
|
|||
Gary W. Ng,
|
||||
Hong June Park,
|
||||
Arno Peters,
|
||||
Stefano Perticaroli,
|
||||
Serban-Mihai Popescu,
|
||||
Georg Post,
|
||||
Thomas L. Quarles,
|
||||
|
|
|
|||
4
COPYING
4
COPYING
|
|
@ -1,6 +1,6 @@
|
|||
12345678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
Ngspice-23
|
||||
Copyright (c) 2011,
|
||||
Ngspice-25
|
||||
Copyright (c) 2012,
|
||||
All rights reserved.
|
||||
|
||||
|
||||
|
|
|
|||
5
README
5
README
|
|
@ -27,8 +27,6 @@ Ngspice is an ongoing project, growing everyday from users contributions,
|
|||
suggestions and reports. What we will be able to do depends mostly on
|
||||
user interests, contributions and feedback.
|
||||
|
||||
Ngspice is part of the gEDA project.
|
||||
|
||||
|
||||
MAILING LISTS:
|
||||
-------------
|
||||
|
|
@ -60,6 +58,3 @@ WEB SITEs:
|
|||
This project is hosted on Sourceforge.net.
|
||||
The home page is http://ngspice.sourceforge.net
|
||||
The summary page is http://sourceforge.net/projects/ngspice
|
||||
The ngspice page on gEDA site is http://geda.seul.org/tools/ngspice/index.html
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue