You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
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
|