summaryrefslogtreecommitdiff
path: root/Examples/Parallel_Resonance/Parallel_Resonance.cir.out
blob: 263900cb3602480554f9fd2081374063e7364069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* /home/fossee/updatedexamples/parallel_resonance/parallel_resonance.cir

r1  out gnd 100
l1  out gnd 100m
c1  gnd out 10u
v1 in gnd  ac 10 0
r2  out in 1000
* u1  in plot_v1
* u3  out plot_v1
.ac lin 20 1Hz 700Hz

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