From 5c21ac87792c7eee763afcd6df80fc0bb8524b6c Mon Sep 17 00:00:00 2001 From: Fahim Date: Wed, 30 Dec 2015 12:20:39 +0530 Subject: Added : 1. Power Examples 2. eSim_Power.lib 3. Subcircuit for diac, scr, triac 4. Device model for Power Diode --- 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