diff options
author | grog <grog@FreeBSD.org> | 2001-02-11 14:58:11 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-02-11 14:58:11 +0800 |
commit | 2c39fc37ee40a9b044e1e43bf67fe8bcecf7fc40 (patch) | |
tree | af5763af76935d3bf6a3805cd43f6233e56a7a86 /cad/Makefile | |
parent | 442f83a43b3623995a45e141451709d8a7ff140a (diff) | |
download | freebsd-ports-graphics-2c39fc37ee40a9b044e1e43bf67fe8bcecf7fc40.tar.gz freebsd-ports-graphics-2c39fc37ee40a9b044e1e43bf67fe8bcecf7fc40.tar.zst freebsd-ports-graphics-2c39fc37ee40a9b044e1e43bf67fe8bcecf7fc40.zip |
SCEPTRE (System for Circuit Evaluation and Prediction of Transient
Radiation Effects) is a general purpose circuit analysis program which
provides all three major analyses, AC, DC, and transient analysis, on
either linear or nonlinear networks. It employs a free-form input
language and state variable methods to simulate problems of interest
to electrical engineers.
Requested-by: "Pedro F. Giffuni" <pfg1+@pitt.edu>
Diffstat (limited to 'cad/Makefile')
-rw-r--r-- | cad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile index 64a046e2350..c890bbd60e6 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -14,6 +14,7 @@ SUBDIR += pcb SUBDIR += pisces SUBDIR += qcad + SUBDIR += sceptre SUBDIR += sis SUBDIR += spice SUBDIR += tkgate |