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/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out | |
parent | 823d892cbafccc47287ffebd01316754e7efad56 (diff) | |
download | eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2 eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip |
Remove unwanted example
Diffstat (limited to 'Examples/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out')
-rw-r--r-- | Examples/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Examples/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out b/Examples/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out new file mode 100644 index 00000000..e1fc9b19 --- /dev/null +++ b/Examples/HalfwaveRectifier_SCR/HalfwaveRectifier_SCR.cir.out @@ -0,0 +1,22 @@ +* /home/fossee/updatedexamples/halfwaverectifier_scr/halfwaverectifier_scr.cir + +.include scr.sub +v1 in gnd sine(0 100 50 0 0) +v2 pulse gnd pulse(0 5 4m 0 0 1m 20m) +r1 in a 100 +* u2 in a plot_v2 +* u1 in plot_v1 +* u3 pulse plot_v1 +x1 gnd pulse a scr +.tran 40e-06 40e-03 0e-03 + +* Control Statements +.control +run +print allv > plot_data_v.txt +print alli > plot_data_i.txt +plot v(in,a) +plot v(in) +plot v(pulse) +.endc +.end |