summaryrefslogtreecommitdiff
path: root/ngSpice-netlist-example/RLC.cir.out
blob: ba204769c0d718c9dd560c630ab8a8f0850b2a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
* Author: FOSSEE
* Date:

r1  in net-_l1-pad1_ 1k
l1  net-_l1-pad1_ out 2
c1  out gnd 0.5u
v1  in gnd pwl(0m 0 0.5m 5)
* u1  in plot_v1
* u2  out plot_v1
.tran 10e-03 100e-03 0e-03

* Control Statements 
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
plot v(in)
plot v(out)
.endc
.end