From 70abfb3a3ffdf3d62b6c09e7ede6afe30c195491 Mon Sep 17 00:00:00 2001 From: E BALAKRISHNA Date: Wed, 30 Nov 2022 01:16:08 +0530 Subject: Uploaded the Device Model File of Diode --- library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib | 1 + library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml | 1 + library/deviceModelLibrary/Diode/README.md | 46 +++++++++++++++++++++++ library/deviceModelLibrary/Diode/S1B/DI_S1B.lib | 1 + library/deviceModelLibrary/Diode/S1B/DI_S1B.xml | 1 + 5 files changed, 50 insertions(+) create mode 100644 library/deviceModelLibrary/Diode/DIS2M/DI_S2M.lib create mode 100644 library/deviceModelLibrary/Diode/DIS2M/DI_S2M.xml create mode 100644 library/deviceModelLibrary/Diode/README.md create mode 100644 library/deviceModelLibrary/Diode/S1B/DI_S1B.lib create mode 100644 library/deviceModelLibrary/Diode/S1B/DI_S1B.xml (limited to 'library') 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 @@ +DDI_S2M1.30u8.92m2.584.32u37.0p0.3330.5381.00k5.00u \ 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 @@ +DDI_S1B7.31E-01842.0m0.7754.32u42.4p0.33311005.00u \ No newline at end of file -- cgit