summaryrefslogtreecommitdiff
path: root/Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out
diff options
context:
space:
mode:
authorFahim2016-03-03 23:00:00 +0530
committerFahim2016-03-03 23:00:00 +0530
commit7e4774656997c34eae3ab09b37c8f82b5b046d48 (patch)
treefe72483af0c1feba7f97d5b9290f647f50840fc1 /Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out
parent823d892cbafccc47287ffebd01316754e7efad56 (diff)
downloadeSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.gz
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.tar.bz2
eSim-7e4774656997c34eae3ab09b37c8f82b5b046d48.zip
Remove unwanted example
Diffstat (limited to 'Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out')
-rw-r--r--Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out27
1 files changed, 27 insertions, 0 deletions
diff --git a/Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out b/Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out
new file mode 100644
index 00000000..28938f48
--- /dev/null
+++ b/Examples/FullwaveRectifier_SCR/FullwaveRectifier_SCR.cir.out
@@ -0,0 +1,27 @@
+* /home/fossee/updatedexamples/fullwaverectifier_scr/fullwaverectifier_scr.cir
+
+.include scr.sub
+.include PowerDiode.lib
+x1 gnd pulse out2 scr
+v1 in1 in2 sine(0 200 100 0 0)
+v2 pulse gnd pulse(0 5 2m 0 0 1m 5m)
+d1 in1 out1 PowerDiode
+d3 in2 out1 PowerDiode
+d2 gnd in1 PowerDiode
+d4 gnd in2 PowerDiode
+r1 out1 out2 100
+* u1 in1 in2 plot_v2
+* u3 pulse plot_v1
+* u2 out1 out2 plot_v2
+.tran 20e-06 20e-03 0e-03
+
+* Control Statements
+.control
+run
+print allv > plot_data_v.txt
+print alli > plot_data_i.txt
+plot v(in1,in2)
+plot v(pulse)
+plot v(out1,out2)
+.endc
+.end