mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
11 lines
119 B
Plaintext
11 lines
119 B
Plaintext
A simple resistor with a voltage source
|
|
|
|
R1 1 0 10k
|
|
V1 1 0 DC 1
|
|
|
|
.options noacct
|
|
.TRAN 1ns 6ns
|
|
.PRINT TRAN I(V1)
|
|
|
|
.END
|