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/acvoltcnt1/diac.sub | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Examples/acvoltcnt1/diac.sub (limited to 'Examples/acvoltcnt1/diac.sub') diff --git a/Examples/acvoltcnt1/diac.sub b/Examples/acvoltcnt1/diac.sub new file mode 100644 index 00000000..7f28ecc2 --- /dev/null +++ b/Examples/acvoltcnt1/diac.sub @@ -0,0 +1,15 @@ +* Subcircuit diac +.subckt diac 1 2 +* /opt/esim/src/subcircuitlibrary/diac/diac.cir +* u1 1 1 2 aswitch +* u2 1 1 2 aswitch +a1 1 (1 2) u1 +a2 1 (1 2) u2 +* Schematic Name: aswitch, NgSpice Name: aswitch +.model u1 aswitch(log=TRUE cntl_off=0.1 cntl_on=25 r_on=0.0125 r_off=1000000 ) +* Schematic Name: aswitch, NgSpice Name: aswitch +.model u2 aswitch(log=TRUE cntl_off=-0.1 cntl_on=-25 r_on=0.0125 r_off=1000000 ) + +* Control Statements + +.ends diac -- cgit