diff options
author | Fahim | 2015-12-30 12:31:05 +0530 |
---|---|---|
committer | Fahim | 2015-12-30 12:31:05 +0530 |
commit | 206afcded42d55572509e3439d752c9a81c84785 (patch) | |
tree | 73ef64eda8504c27d6f1a3b1e141ee8d6efbbbe8 /Examples/acvoltcnt1/diac.cir | |
parent | 06036bffa314d41f31cbdcd6883c9b3558930326 (diff) | |
download | eSim-206afcded42d55572509e3439d752c9a81c84785.tar.gz eSim-206afcded42d55572509e3439d752c9a81c84785.tar.bz2 eSim-206afcded42d55572509e3439d752c9a81c84785.zip |
Added :
1. Power Examples
2. eSim_Power.lib
3. DeviceModel for Powerdiode and Zenerdiode
4. Subcicuit for scr, diac, triac
Diffstat (limited to 'Examples/acvoltcnt1/diac.cir')
-rw-r--r-- | Examples/acvoltcnt1/diac.cir | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Examples/acvoltcnt1/diac.cir b/Examples/acvoltcnt1/diac.cir new file mode 100644 index 00000000..91629b91 --- /dev/null +++ b/Examples/acvoltcnt1/diac.cir @@ -0,0 +1,13 @@ +* /opt/eSim/src/SubcircuitLibrary/diac/diac.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Tue Dec 8 15:35:49 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: / +U3 1 2 PORT +U1 1 1 2 aswitch +U2 1 1 2 aswitch + +.end |