diff options
author | Sumanto Kar | 2023-05-04 14:03:31 +0530 |
---|---|---|
committer | GitHub | 2023-05-04 14:03:31 +0530 |
commit | 7dfd5a228fd1bcc830bb90752ac44ad44ae1d858 (patch) | |
tree | 7b14819d43815c14d71d42f065d1e6ee6281afa7 /library/deviceModelLibrary/Diode | |
parent | 3af1055898f05a44332de305d3b490954739085e (diff) | |
parent | 849b7c1b2f9604832935a3242816740033aa1549 (diff) | |
download | eSim-7dfd5a228fd1bcc830bb90752ac44ad44ae1d858.tar.gz eSim-7dfd5a228fd1bcc830bb90752ac44ad44ae1d858.tar.bz2 eSim-7dfd5a228fd1bcc830bb90752ac44ad44ae1d858.zip |
Merge pull request #233 from BALAKRISHNA-EPPILI/master
Added the Device model files
Diffstat (limited to 'library/deviceModelLibrary/Diode')
-rw-r--r-- | library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib | 1 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml | 1 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/README.md | 46 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/S1B/DI_S1B.lib | 1 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/S1B/DI_S1B.xml | 1 |
5 files changed, 50 insertions, 0 deletions
diff --git a/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib b/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib new file mode 100644 index 00000000..1f8a5556 --- /dev/null +++ b/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib @@ -0,0 +1 @@ +.MODEL DI_S2M D( Is=1.30u Rs=8.92m N=2.58 tt=4.32u Cjo=37.0p M=0.333 Vj=0.538 Bv=1.00k Ibv=5.00u ) diff --git a/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml b/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml new file mode 100644 index 00000000..a2dc1ca8 --- /dev/null +++ b/library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml @@ -0,0 +1 @@ +<library><model_name>D</model_name><ref_model>DI_S2M</ref_model><param><Is>1.30u</Is><Rs>8.92m</Rs><N>2.58</N><tt>4.32u</tt><Cjo>37.0p</Cjo><M>0.333</M><Vj>0.538</Vj><Bv>1.00k</Bv><Ibv>5.00u</Ibv></param></library>
\ No newline at end of file diff --git a/library/deviceModelLibrary/Diode/README.md b/library/deviceModelLibrary/Diode/README.md new file mode 100644 index 00000000..86674d39 --- /dev/null +++ b/library/deviceModelLibrary/Diode/README.md @@ -0,0 +1,46 @@ +# Diode + +Diode is a pn junction device, which allows the current to flow in one direction. In +this chapter different types of diodes have been discussed. The devices in this family are used in matching circuits for electronic tuning. + +## Diode(S2M) + +``` +* DI_S2M Diode model +.MODEL DI_S2M D( Is=1.30u Rs=8.92m N=2.58 tt=4.32u Cjo=37.0p M=0.333 Vj=0.538 Bv=1.00k Ibv=5.00u ) + + +``` + + +## Diode(S1B) + +``` +* DI_S1B Diode model +.MODEL DI_S1B D( Is=7.31E-018 Rs=42.0m N=0.775 tt=4.32u Cjo=42.4p M=0.333 Vj=1 Bv=100 Ibv=5.00u ) + +``` + +## Usage/Examples + +Digital logic + +Rectifying a voltage + +## Documentation + +To know the details of S2M Diode and S1B Diode please go through with the documentation : [S2M_datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/14771/PANJIT/S2M.html) and [S1B_datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/14765/PANJIT/S1B.html) + +## Comments/Notes + +Please note this is a complete Device modeling. + +## Contributer + +Name: E BALAKRISHNA + +Email: balakrishnaeppili0920@gmail.com + +Year: 2022 + +Position: FOSSEE Summer Fellow 2022 diff --git a/library/deviceModelLibrary/Diode/S1B/DI_S1B.lib b/library/deviceModelLibrary/Diode/S1B/DI_S1B.lib new file mode 100644 index 00000000..56a40639 --- /dev/null +++ b/library/deviceModelLibrary/Diode/S1B/DI_S1B.lib @@ -0,0 +1 @@ +.MODEL DI_S1B D( Is=7.31E-018 Rs=42.0m N=0.775 tt=4.32u Cjo=42.4p M=0.333 Vj=1 Bv=100 Ibv=5.00u ) diff --git a/library/deviceModelLibrary/Diode/S1B/DI_S1B.xml b/library/deviceModelLibrary/Diode/S1B/DI_S1B.xml new file mode 100644 index 00000000..f6b4b6ae --- /dev/null +++ b/library/deviceModelLibrary/Diode/S1B/DI_S1B.xml @@ -0,0 +1 @@ +<library><model_name>D</model_name><ref_model>DI_S1B</ref_model><param><Is>7.31E-018</Is><Rs>42.0m</Rs><N>0.775</N><tt>4.32u</tt><Cjo>42.4p</Cjo><M>0.333</M><Vj>1</Vj><Bv>100</Bv><Ibv>5.00u</Ibv></param></library>
\ No newline at end of file |