This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
ngspice
mirror of
https://git.code.sf.net/p/ngspice/ngspice
Watch
1
Star
0
Fork
You've already forked ngspice
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7cf016f98b
ngspice
/
tests
/
resistance
/
res_simple.cir
10 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* 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.
2000-06-05 23:24:21 +02:00
A simple resistor with a voltage source
R1 1 0 10k
Added bsim3soid DD (dynamic depletion) tests and minor modification to other files.
2001-01-21 18:20:06 +01:00
V1 1 0 DC 1
* 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.
2000-06-05 23:24:21 +02:00
.TRAN 1ns 6ns
.PRINT TRAN I(V1)
.END