Electronic – LTspice diode model parallel capacitance

ltspice

Some datasheets define parasitic/parallel capacitance for a diode. MA4E2532 datasheet even list SPICE Cjpar parameter.

enter image description here

But the LTspice D model lacks this parameter. An inductor L model has Cpar parameter but diodes don't. Am I missing something? Is this parameter has a different name or is it inherently useless to define and model it? When I manually add parallel capacitor to a diode it drastically change the results on high frequency.

Best Answer

The capacitance of a diode is a function of the bias. The D model has zero-bias capacitance as a parameter. For example, the OnSemi 1N5819 model has Cjo of 110pF.

Edit:

Schottky junction capacitance is:

Cj = \$\frac{\text{Cjo}}{(1-\text {Vf}/ \text{Vj})^{M}}\$

For the 1N5819 mentioned above, Cjo = 110pF, M = 0.35 and Vj = 1.0 (default).

Modelling the capacitance as a fixed parallel capacitor would be very inaccurate.

For very high frequencies, this is an interesting paper showing modeling of the package parasitics as well.