summaryrefslogtreecommitdiff
path: root/ngSpice-netlist-example/HWRusingSCR.cir.out
diff options
context:
space:
mode:
Diffstat (limited to 'ngSpice-netlist-example/HWRusingSCR.cir.out')
-rw-r--r--ngSpice-netlist-example/HWRusingSCR.cir.out59
1 files changed, 59 insertions, 0 deletions
diff --git a/ngSpice-netlist-example/HWRusingSCR.cir.out b/ngSpice-netlist-example/HWRusingSCR.cir.out
new file mode 100644
index 0000000..b151daa
--- /dev/null
+++ b/ngSpice-netlist-example/HWRusingSCR.cir.out
@@ -0,0 +1,59 @@
+
+* Author: FOSSEE
+* Date:
+
+.subckt scr 3 7 1
+* /opt/esim/src/subcircuitlibrary/scr/scr.cir
+.model PowerDiode D(
++ Vj=.75
++ Cjo=175p
++ Rs=.25
++ Eg=1.11
++ M=.5516
++ Nbv=1.6989
++ N=1
++ bv=1800
++ Fc=.5
++ Ikf=0
++ Ibv=20.245m
++ Is=2.2E-15
++ Xti=3)
+* f2
+d1 5 2 PowerDiode
+c1 3 9 10u
+* f1
+v1 8 4 dc 0
+v2 6 5 dc 0
+* u1 9 1 6 aswitch
+r1 7 8 50
+r2 3 9 1
+Vf2 2 3 0
+f2 3 9 Vf2 100
+Vf1 4 3 0
+f1 3 9 Vf1 10
+a1 9 (1 6) u1
+* Schematic Name: aswitch, NgSpice Name: aswitch
+.model u1 aswitch(log=TRUE cntl_off=0.0 cntl_on=1.0 r_on=1.0 r_off=1.0e12 )
+* Control Statements
+
+.ends scr
+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
+ \ No newline at end of file