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 /src/SubcircuitLibrary/scr/scr.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 'src/SubcircuitLibrary/scr/scr.cir')
-rw-r--r-- | src/SubcircuitLibrary/scr/scr.cir | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/SubcircuitLibrary/scr/scr.cir b/src/SubcircuitLibrary/scr/scr.cir new file mode 100644 index 00000000..4b279764 --- /dev/null +++ b/src/SubcircuitLibrary/scr/scr.cir @@ -0,0 +1,20 @@ +* /opt/eSim/src/SubcircuitLibrary/scr/scr.cir + +* EESchema Netlist Version 1.1 (Spice format) creation date: Tue Dec 8 15:47:20 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: / +U2 3 7 1 PORT +F2 3 9 2 3 100 +D1 5 2 D +C1 3 9 10u +F1 3 9 4 3 10 +v1 8 4 dc +v2 6 5 dc +U1 9 1 6 aswitch +R1 7 8 50 +R2 3 9 1 + +.end |