From 206afcded42d55572509e3439d752c9a81c84785 Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 30 Dec 2015 12:31:05 +0530 Subject: Added : 1. Power Examples 2. eSim_Power.lib 3. DeviceModel for Powerdiode and Zenerdiode 4. Subcicuit for scr, diac, triac --- Examples/hwr6/hwr6.cir.ckt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Examples/hwr6/hwr6.cir.ckt (limited to 'Examples/hwr6/hwr6.cir.ckt') diff --git a/Examples/hwr6/hwr6.cir.ckt b/Examples/hwr6/hwr6.cir.ckt new file mode 100644 index 00000000..225cb3c5 --- /dev/null +++ b/Examples/hwr6/hwr6.cir.ckt @@ -0,0 +1,14 @@ +* eeschema netlist version 1.1 (spice format) creation date: 10/08/14 11:31:43 +.include scr.sub + +v2 2 0 pulse(0 5 4m 0 0 1m 20m) +* Plotting option vplot1 +* Plotting option vplot +x3 0 2 4 scr +r1 4 1 500 +v1 1 0 sine(0 100 50 0 0) + +.tran 20e-06 20e-03 0e-00 +.plot v(1) +.plot v(1)-v(4) +.end -- cgit