diff options
author | saurabhb17 | 2020-03-11 15:02:18 +0530 |
---|---|---|
committer | GitHub | 2020-03-11 15:02:18 +0530 |
commit | 113b43f1cdf83b64ab7faf3fc9cea0181740ad50 (patch) | |
tree | f1bf080150f8e19788b2dc56eeb10021a44b2c2f /Examples/Astable555/Astable555.cir.out | |
parent | 6ebbcc31ea0ce5c78c94718e2e46d87592c5d22b (diff) | |
parent | dc61eab5251234f02c0377ea328b929340b3604c (diff) | |
download | eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.tar.gz eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.tar.bz2 eSim-113b43f1cdf83b64ab7faf3fc9cea0181740ad50.zip |
Merge pull request #134 from saurabhb17/master
cleanup part2
Diffstat (limited to 'Examples/Astable555/Astable555.cir.out')
-rw-r--r-- | Examples/Astable555/Astable555.cir.out | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Examples/Astable555/Astable555.cir.out b/Examples/Astable555/Astable555.cir.out new file mode 100644 index 00000000..0e4615e2 --- /dev/null +++ b/Examples/Astable555/Astable555.cir.out @@ -0,0 +1,24 @@ +* /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 |