blob: 464817c3bbcb1be535b608e44d48d1436a63ff95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
* c:\fossee\esim\library\subcircuitlibrary\diffamp_ina106\diffamp_ina106.cir
.include lm_741.sub
x1 ? net-_r1-pad2_ net-_r2-pad2_ /v- ? /output /v+ ? lm_741
r1 /-in net-_r1-pad2_ 100k
r2 /+in net-_r2-pad2_ 100k
r4 net-_r1-pad2_ /sense 10k
r3 net-_r2-pad2_ /ref 10k
* u1 /ref /-in /+in /v- /sense /output /v+ ? port
.tran 0e-00 0e-00 0e-00
* Control Statements
.control
run
print allv > plot_data_v.txt
print alli > plot_data_i.txt
.endc
.end
|