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/Inverting_Amplifier/Inverting_Amplifier.cir.out | |
parent | 823d892cbafccc47287ffebd01316754e7efad56 (diff) | |
download | eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2 eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip |
Remove unwanted example
Diffstat (limited to 'Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out')
-rw-r--r-- | Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out b/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out deleted file mode 100644 index b2c67838..00000000 --- a/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out +++ /dev/null @@ -1,18 +0,0 @@ -* /home/fossee/downloads/esim-master/examples/inverting_amplifier/inverting_amplifier.cir - -.include ua741.sub -x1 net-_r2-pad2_ net-_r1-pad2_ out ua741 -v1 in gnd sine(0 2 50 0 0) -r2 gnd net-_r2-pad2_ 1k -r1 in net-_r1-pad2_ 1k -r5 net-_r1-pad2_ out 2k -r3 out gnd 1k -.tran 10e-03 100e-03 0e-03 - -* Control Statements -.control -run -print allv > plot_data_v.txt -print alli > plot_data_i.txt -.endc -.end |