mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-02 10:47:20 +02:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
test circuit #1 for pz analysis:high pass filter
|
|
r1 1 0 1k
|
|
r2 2 0 1k
|
|
c1 1 2 1.0e-12
|
|
.options noacct
|
|
.pz 1 0 2 0 cur pz
|
|
.print pz all
|
|
.end
|