diff options
author | Fahim | 2016-03-03 23:00:00 +0530 |
---|---|---|
committer | Fahim | 2016-03-03 23:00:00 +0530 |
commit | 7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch) | |
tree | fe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/Clampercircuit/Clampercircuit.cir.out | |
parent | 823d892cbafccc47287ffebd01316754e7efad56 (diff) | |
download | eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2 eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip |
Remove unwanted example
Diffstat (limited to 'Examples/Clampercircuit/Clampercircuit.cir.out')
-rw-r--r-- | Examples/Clampercircuit/Clampercircuit.cir.out | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Examples/Clampercircuit/Clampercircuit.cir.out b/Examples/Clampercircuit/Clampercircuit.cir.out new file mode 100644 index 00000000..8ebcb64b --- /dev/null +++ b/Examples/Clampercircuit/Clampercircuit.cir.out @@ -0,0 +1,26 @@ +* /home/fossee/esim-workspace/clampercircuit/clampercircuit.cir + +.include D.lib +v1 in_neg gnd sine(0 5 50 0 0) +c1 out_neg in_neg 1n +d1 out_neg gnd 1N4148 +v2 in_pos gnd sine(0 5 50 0 0) +c2 out_pos in_pos 1n +d2 gnd out_pos 1N4148 +* u1 in_neg plot_v1 +* u2 out_neg plot_v1 +* u3 in_pos plot_v1 +* u4 out_pos plot_v1 +.tran 10e-03 100e-03 0e-00 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +plot v(in_neg) +plot v(out_neg) +plot v(in_pos) +plot v(out_pos) +.endc +.end |