diff options
author | Gaurav | 2016-05-27 16:55:25 +0530 |
---|---|---|
committer | Gaurav | 2016-05-27 16:55:25 +0530 |
commit | 130c3b397fda16d8b0147581b13bb1c090951f55 (patch) | |
tree | be094f141e6ce9833f35be83b5a8439cdb9b1f18 /AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out | |
parent | 7a7324809bddb409ea7d67ef702519f40538beba (diff) | |
download | eSim-Examples-130c3b397fda16d8b0147581b13bb1c090951f55.tar.gz eSim-Examples-130c3b397fda16d8b0147581b13bb1c090951f55.tar.bz2 eSim-Examples-130c3b397fda16d8b0147581b13bb1c090951f55.zip |
Diffstat (limited to 'AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out')
-rw-r--r-- | AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out b/AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out new file mode 100644 index 0000000..356c592 --- /dev/null +++ b/AstableMultivibratorIC555/AstableMultivibratorIC555.cir.out @@ -0,0 +1,26 @@ +* /home/fossee/esim-workspace/astablemultivibratoric555/astablemultivibratoric555.cir + +.include lm555n.sub +* u2 a ic +.ic v(a)=0 +x1 gnd a out net-_r1-pad1_ net-_c2-pad1_ a net-_r1-pad2_ net-_r1-pad1_ lm555n +r1 net-_r1-pad1_ net-_r1-pad2_ 1k +r2 net-_r1-pad2_ a 10k +r3 out gnd 1k +c1 a gnd 100p +c2 net-_c2-pad1_ gnd 0.01u +v1 net-_r1-pad1_ gnd dc 5 +* u3 out plot_v1 +* u1 a plot_v1 +* u2 a ic +.tran 50e-09 5e-06 0e-06 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +plot v(out) +plot v(a) +.endc +.end |