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

r1  out gnd 100
l1  out gnd 100m
c1  gnd out 10u
v1 in gnd  ac 1 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