Skip to main content

Zener Diode

1. Overview

This component provides a Zener diode. The behaviour is identical to an ideal diode except when the reverse bias voltage (VD-V_D) is greater than the breakdown voltage (VbV_b).

1.1. Ideal Case

When VDVbV_D ≥ -V_b the diode obeys the Shockley diode equation:

ID=IS(eVD/nVT1)I_D = I_S (e^{V_D/nV_T} - 1)

where:

  • IDI_D is the diode current,
  • ISI_S is the reverse-bias saturation current and
  • VDV_D is the voltage across the diode.
  • VTV_T is the thermal voltage (defined by kT/qkT/q).
  • nn is the ideality factor.

1.2. Breakdown Case

When VD<VbV_D < -V_b current is given by:

ID=IS(eVD/nVT1)+(VD+Vb)/RI_D = I_S (e^{V_D/nV_T} - 1) + (V_D+V_b)/R

where:

  • RR is the breakdown resistance.

2. Parameters

NameDescriptionUnit
NameA unique identifier for the component.-
Saturation Current(ISI_S) Reverse-bias saturation currentAmperes (A)
Idealty Factor(nn)-
Breakdown Voltage(V_b) Reverse bias where the diode breaks downVolts (V)
Breakdown Resistance(R) Fixed resistance in reverse bias beyond the breakdown voltageOhms (Ω)
Forward Bias ResistanceThe fixed resistance value in forward biasOhms (Ω)

3. Usage Instructions

tip

For instructions on adding a component to the simulation circuit, click here.