diff options
author | Fahim | 2016-03-03 23:00:00 +0530 |
---|---|---|
committer | Fahim | 2016-03-03 23:00:00 +0530 |
commit | 7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch) | |
tree | fe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/InvertingAmplifier/InvertingAmplifier.cir.out | |
parent | 823d892cbafccc47287ffebd01316754e7efad56 (diff) | |
download | eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2 eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip |
Remove unwanted example
Diffstat (limited to 'Examples/InvertingAmplifier/InvertingAmplifier.cir.out')
-rw-r--r-- | Examples/InvertingAmplifier/InvertingAmplifier.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Examples/InvertingAmplifier/InvertingAmplifier.cir.out b/Examples/InvertingAmplifier/InvertingAmplifier.cir.out new file mode 100644 index 00000000..0437c978 --- /dev/null +++ b/Examples/InvertingAmplifier/InvertingAmplifier.cir.out @@ -0,0 +1,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 |