From b7059a48a549c3a9b6e2d114605075cc14243617 Mon Sep 17 00:00:00 2001 From: Dilip Boidya Date: Thu, 11 Aug 2022 18:10:04 +0530 Subject: Create README.md --- library/deviceModelLibrary/Diode/RF Diode/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 library/deviceModelLibrary/Diode/RF Diode/README.md (limited to 'library') diff --git a/library/deviceModelLibrary/Diode/RF Diode/README.md b/library/deviceModelLibrary/Diode/RF Diode/README.md new file mode 100644 index 00000000..5b2d676a --- /dev/null +++ b/library/deviceModelLibrary/Diode/RF Diode/README.md @@ -0,0 +1,11 @@ +## Radio Frequency 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. +# 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 ) + +``` -- cgit