blob: 0437c9781f1acbf778e54c413aa626c109c64334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
* /home/fossee/updatedexamples/invertingamplifier/invertingamplifier.cir
.include ua741.sub
x1 net-_r4-pad1_ net-_r1-pad2_ out ua741
r1 in net-_r1-pad2_ 1k
r2 net-_r1-pad2_ out 5k
v1 in gnd sine(0 2 50 0 0)
r3 out gnd 1k
r4 net-_r4-pad1_ gnd 1k
* 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
|