diff options
author | fahim | 2015-08-05 13:52:57 +0530 |
---|---|---|
committer | fahim | 2015-08-05 13:52:57 +0530 |
commit | df569f79a7ee495291324e07d99af990104e3db2 (patch) | |
tree | a005c682aa78b58b7dd5bb693c415eff9c04d04b /Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out | |
parent | c4971ed867af4a970a3cd1c23825adee5073372e (diff) | |
download | eSim-df569f79a7ee495291324e07d99af990104e3db2.tar.gz eSim-df569f79a7ee495291324e07d99af990104e3db2.tar.bz2 eSim-df569f79a7ee495291324e07d99af990104e3db2.zip |
Subject: Added eSim Examples
Description: Added eSim Examples
Diffstat (limited to 'Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out')
-rw-r--r-- | Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out b/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out new file mode 100644 index 00000000..19176cc5 --- /dev/null +++ b/Examples/Inverting_Amplifier/Inverting_Amplifier.cir.out @@ -0,0 +1,18 @@ +* eeschema netlist version 1.1 (spice format) creation date: mon jun 22 15:31:09 2015 + +.include ua741.sub +x1 net-_r2-pad1_ in out ua741 +r2 net-_r2-pad1_ gnd 1k +r3 gnd out 1k +r5 out in 1k +v1 net-_r1-pad2_ gnd sine(0 2 50 0 0) +r1 in net-_r1-pad2_ 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 |