mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
* configure.in tests/Makefile.am: Updates for the new
directories. * tests/check.sh tests/filters/.cvsignore tests/filters/Makefile.am tests/filters/lowpass.cir tests/filters/lowpass.out tests/resistance/.cvsignore tests/resistance/Makefile.am tests/resistance/res_array.cir tests/resistance/res_array.out tests/resistance/res_partition.cir tests/resistance/res_partition.out tests/resistance/res_simple.cir tests/resistance/res_simple.out: New files. * tests/config.sh tests/diffpair.sh tests/fourbitadder.sh tests/resistor.cir tests/resistor.out tests/resistor.sh tests/respart.cir tests/respart.out tests/respart.sh tests/resistance/test1.cir: No longer needed, removed.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
A Simple AC Run
|
||||
|
||||
.OPTIONS LIST NODE POST TRANS
|
||||
.OP
|
||||
.AC DEC 10 1k 1Meg
|
||||
.PRINT AC V(2)
|
||||
|
||||
V1 1 0 DC 0 AC 1 SIN 0 1 1K 0 0 DISTOF1 0 DISTOF2 0
|
||||
R1 1 2 10k
|
||||
R2 2 0 10k
|
||||
C1 2 0 1n
|
||||
|
||||
.END
|
||||
Reference in New Issue
Block a user