diff options
Diffstat (limited to 'library/deviceModelLibrary/Diode/RF Diode')
-rw-r--r-- | library/deviceModelLibrary/Diode/RF Diode/DRN142S.lib | 1 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/RF Diode/DRN142S.xml | 1 | ||||
-rw-r--r-- | library/deviceModelLibrary/Diode/RF Diode/README.md | 10 |
3 files changed, 12 insertions, 0 deletions
diff --git a/library/deviceModelLibrary/Diode/RF Diode/DRN142S.lib b/library/deviceModelLibrary/Diode/RF Diode/DRN142S.lib new file mode 100644 index 00000000..2bc85454 --- /dev/null +++ b/library/deviceModelLibrary/Diode/RF Diode/DRN142S.lib @@ -0,0 +1 @@ +.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 ) diff --git a/library/deviceModelLibrary/Diode/RF Diode/DRN142S.xml b/library/deviceModelLibrary/Diode/RF Diode/DRN142S.xml new file mode 100644 index 00000000..648e2440 --- /dev/null +++ b/library/deviceModelLibrary/Diode/RF Diode/DRN142S.xml @@ -0,0 +1 @@ +<library><model_name>D</model_name><ref_model>DRN142S</ref_model><param><IS>127.76E-12</IS><N>1.7346</N><RS>.1581</RS><IKF>.14089</IKF><CJO>385.59E-15</CJO><M>.11823</M><VJ>.78827</VJ><ISR>139.38E-12</ISR><NR>3</NR><BV>60</BV><TT>275.00E-9</TT></param></library>
\ No newline at end of file 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 ) + +``` |