Rev 1 | Blame | Compare with Previous | Last modification | View Log | RSS feed
*
*******************************************
*
*PMBD914
*
*NXP Semiconductors
*
*Single high-speed switching diode
*
*
*
*
*
*
*
*
*
*
*
*VRRM = 100V
*IFRM = 500mA
*trr = 4µs
*
*
*Package pinning does not match Spice model pinning.
*Package: SOT23
*
*Package Pin 1: Anode
*Package Pin 2: not connected
*Package Pin 3: Cathode
*
*
*
*Simulator: SPICE3
*
*******************************************
*#
.SUBCKT PMBD914 1 2
*
*The resistor R1 and the diode D2 do not reflect
*physical devices but improve only modeling in the reverse
*mode of operation.
*
R1 1 2 5E+009
D1 1 2 DIODE1
D2 1 2 DIODE2
*
.MODEL DIODE1 D
+ IS = 3.9E-009
+ N = 1.9
+ BV = 129.6
+ IBV = 2.906E-007
+ RS = 1.1
+ CJO = 4.29E-013
+ VJ = 0.68
+ M = 0.026
+ FC = 0.5
+ TT = 0
+ EG = 1.1
+ XTI = 3
.MODEL DIODE2 D
+ IS = 3E-015
+ N = 1.1
+ RS = 280
.ENDS
*