diff options
author | Dilip Boidya | 2022-08-11 18:10:04 +0530 |
---|---|---|
committer | GitHub | 2022-08-11 18:10:04 +0530 |
commit | b7059a48a549c3a9b6e2d114605075cc14243617 (patch) | |
tree | efb8afeb547309de046d47d958b17bc5c2f643a8 /library/deviceModelLibrary | |
parent | fd20369aeeeb611684086b64a777a08b8f7c51b0 (diff) | |
download | eSim-b7059a48a549c3a9b6e2d114605075cc14243617.tar.gz eSim-b7059a48a549c3a9b6e2d114605075cc14243617.tar.bz2 eSim-b7059a48a549c3a9b6e2d114605075cc14243617.zip |
Create README.md
Diffstat (limited to 'library/deviceModelLibrary')
-rw-r--r-- | library/deviceModelLibrary/Diode/RF Diode/README.md | 11 |
1 files changed, 11 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..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 ) + +``` |