mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
* Resistive partition with different ratios for AC/DC (Print V(2))
|
|
|
|
vin 1 0 DC 1V AC 1V
|
|
r1 1 2 5K
|
|
r2 2 0 5K ac=15k
|
|
|
|
.options noacct
|
|
.OP
|
|
.AC DEC 10 1 10K
|
|
.print ac v(2)
|
|
.END
|