Skip to main content

Diode

1. Overview

This component provides a diode which 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.
  • nn is the ideality factor (1 for an ideal diode).
  • VTV_T is the thermal voltage defined by:
kT/qkT/q

where:

  • kk is the Boltzmann constant
  • TT is the temperature at the junction
  • qq is the electron charge

2. Parameters

NameDescriptionUnit
NameA unique identifier for the component.-
Saturation Current(ISI_S) Reverse-bias saturation currentAmperes (A)
Idealty Factor(nn)-
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.