diff options
author | saurabhb17 | 2020-03-18 20:22:53 +0530 |
---|---|---|
committer | GitHub | 2020-03-18 20:22:53 +0530 |
commit | d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0 (patch) | |
tree | affe4c16134e0ca17f6678707a602e06970beade /Examples/Astable555/555/555.cir.out | |
parent | d536a4002d05233971a08bbae1907ed9e24e3000 (diff) | |
parent | 7d7964e7c677244e0fd9fd048a116f62553016ce (diff) | |
download | eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.tar.gz eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.tar.bz2 eSim-d3395f5bd22cdd99c7bfa41e5efaf3abf9690bf0.zip |
Merge pull request #140 from saurabhb17/master
Changes in .pro across Examples and Subcircuits
Diffstat (limited to 'Examples/Astable555/555/555.cir.out')
-rw-r--r-- | Examples/Astable555/555/555.cir.out | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Examples/Astable555/555/555.cir.out b/Examples/Astable555/555/555.cir.out deleted file mode 100644 index 0e4615e2..00000000 --- a/Examples/Astable555/555/555.cir.out +++ /dev/null @@ -1,24 +0,0 @@ -* /home/ash98/esim-workspace/555/555.cir - -.include lm555n.sub -r3 v_out gnd 1k -r1 net-_r1-pad1_ net-_r1-pad2_ 1k -r2 net-_r1-pad2_ c_out 10k -v1 net-_r1-pad1_ gnd dc 10 -c1 c_out gnd 0.1u -c2 net-_c2-pad1_ gnd 0.01u -* u2 v_out plot_v1 -* u1 c_out plot_v1 -x1 gnd c_out v_out net-_r1-pad1_ net-_c2-pad1_ c_out net-_r1-pad2_ net-_r1-pad1_ lm555n -.tran 1e-03 50e-03 0e-00 - -* Control Statements -.control -option noopalter -run -print allv > plot_data_v.txt -print alli > plot_data_i.txt -plot v(v_out) -plot v(c_out) -.endc -.end |