summaryrefslogtreecommitdiff
path: root/ngSpice-netlist-example/SeriesResonance.cir.out
blob: 37c0f3ba2d8435676d1c628b75932d384e99e6d2 (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-_c1-pad2_ 1
l1  out gnd 100m
c1  out net-_c1-pad2_ 10u
v1 in gnd  ac 1 0
* u1  in plot_v1
* u2  out plot_v1
.ac lin 20 1Hz 250Hz

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