* Design Name: PESD12VS1UA_HC_RF_DM * Date: June, 2020 * * * Vendor: Nexperia * * Unidirectional ElectroStatic Discharge (ESD) protection diodes in a very small * Surface-Mounted Device (SMD) plastic package designed to protect one signal line * from the damage caused by ESD and transient overvoltage.. * * This model is tuned to represent the device behaviour * in small signal analysis, e.g. like S-parameter measurement and for high current * conditions as TLP and ESD event under static condition to show the clamping behaviour. * * This model does not represent the exact physical design of the device. * * * Nexperia does not give any representations or warranties, * expressed or implied, as to the accuracy or completeness of this * model and shall have no liability for the consequences of * use of this data. * * For technial related questions related to this spice model * please contact: jennifer.schuett@nexperia.com * * Pin Assign * ---- * (cathode) P1 -| |- P2 (anode) * ---- * * *------------------------------------------------------------------------------- *------------------------------------------------------------------------------- * * .subckt PESD12VS1UA P1 P2 * ----------------------------------- Models ----------------------------------- .model diodemESD1 D Rs=0.1 Bv=14.5 .model diodemESD2 D Rs=0.1 N=2 * ----------------------------------- Circuit ----------------------------------- DIODE1 P2 P1 diodemESD1 DIODE2 P2 P1 diodemESD2 C15 N__4 P2 167p R15 P1 P2 50e6 L2 P1 N__13 1.2n R4 N__13 N__4 235e-3 .ends PESD12VS1UA *------------------------------------------------------------------------------- *-------------------------------------------------------------------------------