Browse Source

Updated filters test.

pre-master-46
pnenzi 22 years ago
parent
commit
a6dbdea1f2
  1. 2
      tests/filters/Makefile.am
  2. 14
      tests/filters/lowpass.out

2
tests/filters/Makefile.am

@ -3,7 +3,7 @@
TESTS = \ TESTS = \
lowpass.cir lowpass.cir
TESTS_ENVIRONMENT = $(SHELL) $(srcdir)/../check.sh $(top_builddir)/src/ngspice
TESTS_ENVIRONMENT = $(SHELL) $(top_srcdir)/tests/bin/check.sh $(top_builddir)/src/ngspice
EXTRA_DIST = \ EXTRA_DIST = \
$(TESTS) \ $(TESTS) \

14
tests/filters/lowpass.out

@ -29,10 +29,17 @@ c1 2 0 1n
Capacitor models (Fixed capacitor) Capacitor models (Fixed capacitor)
model C model C
cap 0
cj 0 cj 0
cjsw 0 cjsw 0
defw 1e-05 defw 1e-05
defl 0
narrow 0 narrow 0
short 0
tc1 0
tc2 0
di 0
thick 0
Resistor models (Simple linear resistor) Resistor models (Simple linear resistor)
model R model R
@ -43,11 +50,14 @@ c1 2 0 1n
tc1 0 tc1 0
tc2 0 tc2 0
defw 1e-05 defw 1e-05
kf 0
af 0
Capacitor: Fixed capacitor Capacitor: Fixed capacitor
device c1 device c1
model C model C
capacitance 1e-09 capacitance 1e-09
dtemp 0
i 0 i 0
p 0 p 0
@ -55,7 +65,9 @@ capacitance 1e-09
device r2 r1 device r2 r1
model R R model R R
resistance 10000 10000 resistance 10000 10000
ac 0 0
ac 10000 10000
dtemp 0 0
noisy 1 1
i 0 0 i 0 0
p 0 0 p 0 0

Loading…
Cancel
Save