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/acvoltcnt1/acvoltcnt1.cir | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Examples/acvoltcnt1/acvoltcnt1.cir (limited to 'Examples/acvoltcnt1/acvoltcnt1.cir') diff --git a/Examples/acvoltcnt1/acvoltcnt1.cir b/Examples/acvoltcnt1/acvoltcnt1.cir new file mode 100644 index 00000000..450bd03a --- /dev/null +++ b/Examples/acvoltcnt1/acvoltcnt1.cir @@ -0,0 +1,18 @@ +* /home/fossee/Downloads/powercktexamples/acvoltcnt1/acvoltcnt1.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Tue Dec 8 15:38:40 2015 + +* To exclude a component from the Spice Netlist add [Spice_Netlist_Enabled] user FIELD set to: N +* To reorder the component spice node sequence add [Spice_Node_Sequence] user FIELD and define sequence: 2,1,0 + +* Sheet Name: / +C2 Net-_C2-Pad1_ GND 0.1u +C1 Net-_C1-Pad1_ GND 0.1u +R3 Net-_C1-Pad1_ Net-_C2-Pad1_ 250 +R2 IN Net-_C1-Pad1_ 10k +R1 IN OUT 100 +v1 IN GND sine +X2 GND OUT Net-_X1-Pad2_ TRIAC +X1 Net-_C2-Pad1_ Net-_X1-Pad2_ DIAC + +.end -- cgit