diff options
author | rahulp13 | 2020-02-14 15:16:35 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 15:16:35 +0530 |
commit | cb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch) | |
tree | de1b292a10e8196689bf1a208fe6fe32f4618846 /Examples/Integrator_LM_741/Integrator_LM_741.cir.out | |
parent | 08d4a0336550a0e610709970a0c5d366e109fe82 (diff) | |
download | eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2 eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip |
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'Examples/Integrator_LM_741/Integrator_LM_741.cir.out')
-rw-r--r-- | Examples/Integrator_LM_741/Integrator_LM_741.cir.out | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Examples/Integrator_LM_741/Integrator_LM_741.cir.out b/Examples/Integrator_LM_741/Integrator_LM_741.cir.out new file mode 100644 index 00000000..49300082 --- /dev/null +++ b/Examples/Integrator_LM_741/Integrator_LM_741.cir.out @@ -0,0 +1,25 @@ +* /home/mallikarjuna/esim-workspace/741_7_integrator/741_7_integrator.cir + +.include lm_741.sub +r1 in net-_c1-pad2_ 10k +c1 out net-_c1-pad2_ 0.47u +v3 net-_r3-pad2_ gnd -15 +v2 net-_x1-pad7_ gnd +15 +* u1 in plot_v1 +* u2 out plot_v1 +r2 out gnd 100 +v1 in gnd sine(0 2 50 0 0) +r3 net-_r3-pad1_ net-_r3-pad2_ 1k +r4 net-_r3-pad2_ net-_r4-pad2_ 1.8533k +x1 net-_r3-pad1_ net-_c1-pad2_ gnd net-_r3-pad2_ net-_r4-pad2_ out net-_x1-pad7_ ? lm_741 +.tran 100e-06 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 |