diff options
author | Saurabh Bansode | 2020-03-30 11:36:00 +0530 |
---|---|---|
committer | GitHub | 2020-03-30 11:36:00 +0530 |
commit | 44f799514b0820d5a3e88db8c149ea3ae1c5db10 (patch) | |
tree | f7d507cccc79105d4d1526a38dc4a14df8dd9ffb /Examples/Integrator/Integrator.cir.out | |
parent | 7c6743e5ec8a299ca40dceca5de3fc99a3aed025 (diff) | |
parent | 351b61ad2bdbed22b0b062d66ee999fbb7d61d25 (diff) | |
download | eSim-44f799514b0820d5a3e88db8c149ea3ae1c5db10.tar.gz eSim-44f799514b0820d5a3e88db8c149ea3ae1c5db10.tar.bz2 eSim-44f799514b0820d5a3e88db8c149ea3ae1c5db10.zip |
Merge pull request #145 from saurabhb17/master
UA741 removed from SubcircuitLibrary
Diffstat (limited to 'Examples/Integrator/Integrator.cir.out')
-rw-r--r-- | Examples/Integrator/Integrator.cir.out | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/Examples/Integrator/Integrator.cir.out b/Examples/Integrator/Integrator.cir.out deleted file mode 100644 index 9db03242..00000000 --- a/Examples/Integrator/Integrator.cir.out +++ /dev/null @@ -1,23 +0,0 @@ -* /home/saurabh/desktop/esim/examples/integrator/integrator.cir - -.include ua741.sub -x1 net-_r2-pad1_ net-_c1-pad2_ out ua741 -v1 in gnd pwl(0m 0 0.5m 5 25m 5 25.5m -5 50m -5 50.5m 5 75m 5 75.5m -5 100m -5) -* u1 in plot_v1 -* u2 out plot_v1 -r1 in net-_c1-pad2_ 10k -r2 net-_r2-pad1_ gnd 1k -r3 out net-_c1-pad2_ 100k -c1 out net-_c1-pad2_ 100n -r4 gnd out 1k -.tran 1e-03 100e-03 0e-00 - -* Control Statements -.control -run -print allv > plot_data_v.txt -print alli > plot_data_i.txt -plot v(in) -plot v(out) -.endc -.end |