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 | |
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')
-rw-r--r-- | Examples/Astable555/Astable555.cir | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/Astable555/Astable555.cir b/Examples/Astable555/Astable555.cir new file mode 100644 index 00000000..ba4b84ce --- /dev/null +++ b/Examples/Astable555/Astable555.cir @@ -0,0 +1,19 @@ +* /home/ash98/eSim-Workspace/555/555.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Tue Dec 24 11:17:26 2019 + +* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N +* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0 + +* Sheet Name: / +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 +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 + +.end |