summaryrefslogtreecommitdiff
path: root/library/deviceModelLibrary/Diode/RF Diode/README.md
diff options
context:
space:
mode:
authorSumanto Kar2023-05-04 14:00:34 +0530
committerGitHub2023-05-04 14:00:34 +0530
commit3af1055898f05a44332de305d3b490954739085e (patch)
treee6c8b69d1a58d031e48258cc1cc0c5311a7daf48 /library/deviceModelLibrary/Diode/RF Diode/README.md
parentadd82494ea6cdcc8a37609cd54aa0c5e772b2668 (diff)
parent3d3bef144fc47ac3149a09a4f6f0f04879c7d46d (diff)
downloadeSim-3af1055898f05a44332de305d3b490954739085e.tar.gz
eSim-3af1055898f05a44332de305d3b490954739085e.tar.bz2
eSim-3af1055898f05a44332de305d3b490954739085e.zip
Merge pull request #214 from dilipboidya/master
Added various Device models
Diffstat (limited to 'library/deviceModelLibrary/Diode/RF Diode/README.md')
-rw-r--r--library/deviceModelLibrary/Diode/RF Diode/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/library/deviceModelLibrary/Diode/RF Diode/README.md b/library/deviceModelLibrary/Diode/RF Diode/README.md
new file mode 100644
index 00000000..827113f9
--- /dev/null
+++ b/library/deviceModelLibrary/Diode/RF Diode/README.md
@@ -0,0 +1,10 @@
+# Radio Frequency Diode
+Diode is a pn junction device, which allows the current to flow in one direction. RF Diodes are a semiconductor device with two terminals that allows the flow of electricity in one direction and restricts the flow in the other. The devices in this family are used in radio frequency matching circuits for electronic tuning.
+## RF Diode(DRN142S)
+
+```
+* DRN142S Diode model
+.MODEL DRN142S D( IS=127.76E-12 N=1.7346 RS=.1581 IKF=.14089 CJO=385.59E-15
+M=.11823 VJ=.78827 ISR=139.38E-12 NR=3 BV=60 TT=275.00E-9 )
+
+```