diff options
author | Jayaram Pai | 2014-05-19 11:02:57 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-05-19 11:02:57 +0530 |
commit | 8377256e7d90aa7ba1cb51f6164e99f81e2eb53c (patch) | |
tree | 5afcc8e82d7f7d4f6fbff900520bd8f05eb343ca /OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt | |
download | FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.gz FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.tar.bz2 FreeEDA-8377256e7d90aa7ba1cb51f6164e99f81e2eb53c.zip |
initial commit
Diffstat (limited to 'OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt')
-rw-r--r-- | OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt b/OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt new file mode 100644 index 0000000..58dd7f4 --- /dev/null +++ b/OSCAD/Examples/IC555AstableMultivibrator/IC555AstableMultivibrator.cir.ckt @@ -0,0 +1,18 @@ +* eeschema netlist version 1.1 (spice format) creation date: thursday 06 june 2013 11:44:39 pm ist +.include lm555n.sub + +.ic v(3)=0 + +.ic v(4)=0 +* Plotting option vplot8_1 +v1 3 0 5 +r3 5 0 1000 +c2 2 0 0.01e-6 +c1 4 0 100e-12 +r2 6 4 10000 +r1 3 6 1000 +x1 0 4 5 3 2 4 6 3 lm555n + +.tran 50e-09 5e-06 0e-00 +.plot v(4) v(5) +.end |