Diode

Piecewise or exponential diode

  • Library:
  • Simscape / Electrical / Semiconductors & Converters / Semiconductors

  • Diode block

Description

The Diode block can represent either a piecewise linear diode, an exponential diode, or a diode with tabulated I-V curve.

Piecewise Linear Diode

The piecewise linear diode model is the same model as the Simscape™ > Foundation Library > Electrical > Electrical Elements > Diode block, with the addition of a fixed junction capacitance and optional charge dynamics. If the diode forward voltage exceeds the value specified in the Forward voltage parameter, the diode behaves as a linear resistor with the resistance specified in the On resistance parameter. Otherwise, the diode behaves as a linear resistor with the small conductance specified in the Off conductance parameter. Zero voltage across the diode results in zero current flowing.

Exponential Diode

The exponential diode model represents the following relationship between the diode current I and the diode voltage V:

I=IS(eqVNkTm11) V>BVI=IS(eq(V+Vz)kTm1eqVNkTm1) VBV

where:

  • q is the elementary charge on an electron (1.602176e–19 coulombs).

  • k is the Boltzmann constant (1.3806503e–23 J/K).

  • BV is the Reverse breakdown voltage parameter value.

  • N is the emission coefficient.

  • IS is the saturation current.

  • Tm1 is the temperature at which the diode parameters are specified, as defined by the Measurement temperature parameter value.

When (qV / NkTm1) > 80, the block replaces eqVNkTm1 with (qV / NkTm1 – 79)e80, which matches the gradient of the diode current at (qV / NkTm1) = 80 and extrapolates linearly. When (qV / NkTm1) < –79, the block replaces eqVNkTm1 with (qV / NkTm1 + 80)e–79, which also matches the gradient and extrapolates linearly. Typical electrical circuits do not reach these extreme values. The block provides this linear extrapolation to help convergence when solving for the constraints during simulation.

When you select Use parameters IS and N for the Parameterization parameter, you specify the diode in terms of the Saturation current IS and Emission coefficient N parameters. When you select Use two I-V curve data points for the Parameterization parameter, you specify two voltage and current measurement points on the diode I-V curve and the block derives the IS and N values. The block then calculates IS and N as follows:

  • N=((V1V2)/Vt)/(log(I1)log(I2))

  • IS=(I1/(exp(V1/(NVt))1)+I2/(exp(V2/(NVt))1))/2

where:

  • Vt = kTm1 / q.

  • V1 and V2 are the values in the Voltages [V1 V2] vector.

  • I1 and I2 are the values in the Currents [I1 I2] vector.

When you select Use an I-V data point and IS for the Parameterization parameter, then the block calculates N as follows:

N=V1/(Vtlog(I1IS+1))

When you select Use an I-V data point and N for the Parameterization parameter, then the block calculates IS as follows:

IS=I1/(exp(V1/(NVt)1))

Tabulated Diode

To model a tabulated diode, set the Diode model parameter to Tabulated I-V curve. This figure shows the implementation of the tabulated diode option:

When choosing this parameterization, you must provide the data for the forward bias only. If the diode is reverse biased, it is modeled as a constant off-state conductance specified in the Off conductance parameter instead. The value of the Off conductance must be less than the gradient of the forward I-V curve for small positive voltages.

The block implements the diode using a smooth interpolation option. If the diode exceeds the provided tabulated data range, the block uses a linear extrapolation technique at the last voltage-current data point.

Note

The tabulated diode does not model the reverse breakdown.

Junction Capacitance

The block provides the option to include a junction capacitance:

  • When you select Include fixed or zero junction capacitance for the Junction capacitance parameter, the capacitance is fixed.

  • When you select Use parameters CJO, VJ, M & FC for the Junction capacitance parameter, the block uses the coefficients CJO, VJ, M, and FC to calculate a junction capacitance that depends on the junction voltage.

  • When you select Use C-V curve data points for the Junction capacitance parameter, the block uses three capacitance values on the C-V capacitance curve to estimate CJO, VJ, and M and uses these values with the specified value of FC to calculate a junction capacitance that depends on the junction voltage. The block calculates CJO, VJ, and M as follows:

    • CJ0=C1((VR2VR1)/(VR2VR1(C2/C1)1/M))M

    • VJ=(VR2(C1/C2)1/M+VR1)/(1(C1/C2)1/M)

    • M=log(C3/C2)/log(VR2/VR3)

    where:

    • VR1, VR2, and VR3 are the values in the Reverse bias voltages [VR1 VR2 VR3] vector.

    • C1, C2, and C3 are the values in the Corresponding capacitances [C1 C2 C3] vector.

    The reverse bias voltages (defined as positive values) should satisfy VR3 > VR2 > VR1. This means that the capacitances should satisfy C1 > C2 > C3 as reverse bias widens the depletion region and hence reduces capacitance. Violating these inequalities results in an error. Voltages VR2 and VR3 should be well away from the Junction potential VJ. Voltage VR1 should be less than the Junction potential VJ, with a typical value for VR1 being 0.1 V.

The voltage-dependent junction capacitance is defined in terms of the capacitor charge storage Qj as:

  • For V < FC·VJ:

    Qj=CJ0(VJ/(M1))((1V/VJ)1M1)

  • For VFC·VJ:

    Qj=CJ0F1+(CJ0/F2)(F3(VFCVJ)+0.5(M/VJ)(V2(FCVJ)2))

where:

  • F1=(VJ/(1M))(1(1FC)1M))

  • F2=(1FC)1+M))

  • F3=1FC(1+M)

These equations are the same as used in [2], except that the temperature dependence of VJ and FC is not modeled.

Charge Dynamics

For applications such as commutation diodes it can be important to model diode charge dynamics. When a forward-biased diode has a reverse voltage applied across it, it takes time for the charge to dissipate and hence for the diode to turn off. The time taken for the diode to turn off is captured primarily by the transit time parameter. Once the diode is off, any remaining charge then dissipates, the rate at which this happens being determined by the carrier lifetime.

The Diode block uses the model of Lauritzen and Ma [3] to capture these effects. These are the defining equations.

i=qEqMTM(1)
dqMdt+qMτqEqMTM=0(2)
qE=(τ+TM)i(3)
where:

  • i is the diode current.

  • qE is the junction charge.

  • qM is the total stored charge.

  • TM is the transit time.

  • τ is the carrier lifetime.

  • vD is the voltage across the diode.

  • vF is the diode forward voltage.

  • R is the diode on resistance.

  • G is the diode off conductance.

This graphic shows a typical reverse-mode current characteristic for a diode device.

where:

  • iRM is the peak reverse current.

  • iF is the starting forward current when measuring iRM.

  • a is the rate of change of current when measuring iRM.

  • trr is the reverse recovery time.

Data sheets for diodes quote values for peak reverse current for an initial forward current and a steady rate of change of current. The data sheet might also provide values for reverse recovery time and total recovery charge.

How the Block Calculates TM and Tau

The block calculates transit time TM and carrier lifetime τ based on the values you enter for the Charge Dynamics parameters. The block uses TM and τ to solve the charge dynamics equations 1, 2, and 3.

During initial current drop in reverse mode, the diode is still on, and the rate of change of current is determined by an external test circuit.

First, the block uses equation 1 to perform this calculation.

iF+at=qEqMTM(4)

Then, it substitutes equation 4 into equation 2.

dqMdt+qMτ=iF+at(5)

Then, it solves equation 5 for qM,

qM=iFτaτ2+kexp(tτ)+aτt,(6)
where k is a constant.

When t is zero, i = iF and qM = τiF because the system is in steady state.

Substituting these relationships into equation 6 and solving the equation gives k = 2.

Therefore,

qM=iFτ+aτ2(1exp(tτ)1)+aτt.(7)
At time t = ts, the current is iRM and the junction charge qE is zero.

The block substitutes these values into equation 1.

iRM=qMTM(8)
The block rearranges equation 8 to solve for qM and substitutes the result into equation 7.
TMiRM=iFτ+aτ2(1exp(tsτ)1)+aτts(9)

Then, the block expresses time ts in terms of iRM, iF, and a.

ts=iRMiFa(10)

Consider the diode recovery, that is, when t > ts. The diode is reverse biased, and current and junction charge are effectively zero.

The current is defined by this equation.

i=iRMexp[(tts)τrr],(11)

where:

1τrr=1τ+1TM.(12)

The block now relates the expression in equation 12 to the reverse recovery time trr.

When t=iRMa+trr, the current is iRM10.

Therefore,

exp(ttsτrr)=0.1(13)
and
trr=τrrlog(10)+iRMa.(14)

The block uses equations 9 and 14 to calculate values for TM and τ. The calculation uses an iterative scheme because of the exponential term in Equation 9.

Alternatives to Specifying trr Directly

In addition to allowing you to specify reverse recovery time trr directly, the block supports two alternative parameterizations. The block can derive trr from either of these parameters:

  • Reverse recovery time stretch factor λ

  • Reverse recovery charge Qrr, when the data sheet specifies this value instead of the reverse recovery time.

The relationship between reverse recovery time stretch factor λ and trr is expressed by the equation

λ=trraiRM.

Reverse recovery time must be greater than iRMa and a typical value is 3(iRMa).

Therefore, a typical value for λ is 3. λ must be greater than 1.

Reverse recovery charge Qrr is the integral over time of the reverse current from the point where the current goes negative until it decays back to zero.

The initial charge, to time ts (as shown in the figure), is expressed by this equation:

Qs=12(iRM)iRMa.(15)

Integrating equation 11 gives the charge between times ts and inf. This charge is equal to

τrriRM.

Therefore, total reverse recovery charge is given by this equation:

Qrr=iRM22a+τrriRM.(16)

Rearranging equation 16 to solve for τrr and substituting the result into equation 14 gives an equation that expresses trr in terms of Qrr:

trr=(QrriRM+iRM2a)log(10)+iRMa.

Temperature Dependence

The default behavior for the Diode block is that dependence on temperature is not modeled, and the device is simulated at the temperature for which you provide block parameters. The exponential diode model contains several options for modeling the dependence of the diode current-voltage relationship on temperature during simulation. Temperature dependence of the junction capacitance is not modeled because it has a much smaller effect.

When including temperature dependence, the diode defining equation remains the same. The measurement temperature value, Tm1, is replaced with the simulation temperature, Ts. The saturation current, IS, becomes a function of temperature according to the following equation:

ISTs=ISTm1(Ts/Tm1)XTI/Nexp(EGNkTs(1Ts/Tm1))

where:

  • Tm1 is the temperature at which the diode parameters are specified, as defined by the Measurement temperature parameter value.

  • Ts is the simulation temperature.

  • ISTm1 is the saturation current at measurement temperature.

  • ISTs is the saturation current at simulation temperature. This is the saturation current value used in the standard diode equation when temperature dependence is modeled.

  • EG is the energy gap for the semiconductor type measured in joules(J). The value for silicon is usually taken to be 1.11 eV, where 1 eV is 1.602e-19.

  • XTI is the saturation current temperature exponent. This is usually set to 3.0 for pn-junction diodes, and 2.0 for Schottky barrier diodes.

  • N is the emission coefficient.

  • k is the Boltzmann constant (1.3806503e–23 J/K).

Appropriate values for XTI and EG depend on the type of diode and the semiconductor material used. Default values for particular material types and diode types capture approximate behavior with temperature. The block provides default values for common types of diode.

In practice, the values of XTI and EG need tuning to model the exact behavior of a particular diode. Some manufacturers quote these tuned values in a SPICE Netlist, and you can read off the appropriate values. Otherwise, you can determine improved estimates for EG by using a datasheet-defined current-voltage data point at a higher temperature. The block provides a parameterization option for this. It also gives the option of specifying the saturation current at a higher temperature ISTm2 directly.

You can also tune the values of XTI and EG yourself, to match lab data for your particular device. You can use Simulink® Design Optimization™ software to help tune the values for XTI and EG.

Caution

Device temperature behavior is also dependent on the emission coefficient. An inappropriate value for the emission coefficient can give incorrect temperature dependence, because saturation current is a function of the ratio of EG to N.

If defining a finite reverse breakdown voltage (BV), then the value of the reverse BV is modulated by the reverse breakdown temperature coefficient TCV (specified using the Reverse breakdown voltage temperature coefficient, dBV/dT parameter):

BVTs = BVTm1TCV· (TsTm1)(17)

Modeling Variants

The block provides a thermal modeling variant. To select a variant, right-click the block in your model. From the context menu, select Simscape > Block choices, and then one of these variants:

  • No thermal port — This variant does not simulate heat generation in the device. This variant is the default.

  • Show thermal port — This variant contains a thermal port that allows you to model the heat that conduction losses generate. For numerical efficiency, the thermal state does not affect the electrical behavior of the block. The thermal port is hidden by default. When you select a thermal variant of the block, the thermal port appears.

Thermal Port

The block has an optional thermal port, hidden by default. To expose the thermal port, right-click the block in your model, and then from the context menu select Simscape > Block choices > Show thermal port. This action displays the thermal port H on the block icon, and exposes the Thermal Port parameters.

Use the thermal port to simulate the effects of generated heat and device temperature. For more information on using thermal ports and on the Thermal Port parameters, see Simulating Thermal Effects in Semiconductors.

Variables

Use the Variables section of the block interface to set the priority and initial target values for the block variables prior to simulation. For more information, see Set Priority and Initial Target for Block Variables.

Assumptions and Limitations

  • When you select Use two I-V curve data points for the Parameterization parameter, choose a pair of voltages near the diode turn-on voltage. Typically, this is in the range from 0.05 to 1 V. Using values outside of this region may lead to numerical issues and poor estimates for IS and N.

  • The block does not account for temperature-dependent effects on the junction capacitance.

  • You may need to use nonzero ohmic resistance and junction capacitance values to prevent numerical simulation issues, but the simulation may run faster with these values set to zero.

  • You cannot use the Tabulated I-V curve parameterization to model the reverse breakdown.

Ports

Conserving

expand all

Electrical conserving port associated with the anode.

Electrical conserving port associated with the cathode.

Thermal conserving port. The thermal port is optional and is hidden by default. To enable this port, select a variant that includes a thermal port.

Parameters

expand all

Main

Select one of these diode models:

  • Piecewise Linear — Use a piecewise linear model for the diode, as described in Piecewise Linear Diode. This is the default method.

  • Exponential — Use a standard exponential model for the diode, as described in Exponential Diode.

  • Tabulated I-V curve — Use tabulated forward bias I-V data plus fixed reverse bias off conductance, as described in Tabulated Diode.

Minimum voltage that needs to be applied for the diode to become forward-biased.

Dependencies

To enable this parameter, set Diode model to Piecewise linear.

Resistance of the diode when it is forward biased.

Dependencies

To enable this parameter, set Diode model to Piecewise linear.

Conductance of the diode when it is reverse biased.

Dependencies

To enable this parameter, set Diode model to Piecewise linear or Tabulated I-V curve.

Select one of the following methods for model parameterization:

  • Use two I-V curve data points — Specify measured data at two points on the diode I-V curve. This is the default method.

  • Use parameters IS and N — Specify saturation current and emission coefficient.

  • Use an I-V data point and IS — Specify measured data at a single point on the diode I-V curve in combination with the saturation current.

  • Use an I-V data point and N — Specify measured data at a single point on the diode I-V curve in combination with the emission coefficient.

Dependencies

To enable this parameter, set Diode model to Exponential.

Vector of the current values at the two points on the diode I-V curve that the block uses to calculate IS and N.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use two I-V curve data points.

Vector of the voltage values at the two points on the diode I-V curve that the block uses to calculate IS and N.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use two I-V curve data points.

Magnitude of the current that the ideal diode equation approaches asymptotically for very large reverse bias levels.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use parameters IS and N or Use an I-V data point and IS.

Diode emission coefficient or ideality factor.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use parameters IS and N or Use an I-V data point and IS.

Current value at the point on the diode I-V curve that the block uses for calculations. Depending on the Parameterization value, the block uses this parameter to calculate either N or IS.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use an I-V data point and IS or Use an I-V data point and N.

Voltage value at the point on the diode I-V curve that the block uses for calculations.

Dependencies

To enable this parameter, set Diode model to Exponential and Parameterization to Use an I-V data point and IS or Use an I-V data point and N.

Series diode connection resistance.

Dependencies

To enable this parameter, set Diode model to Exponential.

Temperature Tm1 at which IS or the I-V curve was measured.

Forward currents. This parameter must be a vector of at least three nonnegative elements.

Dependencies

To enable this parameter, set Diode model to Tabulated I-V curve.

Vector of junction temperatures. This parameter must be a vector of at least two elements.

Dependencies

To enable this parameter, set Diode model to Tabulated I-V curve.

Vector of forward voltages. This parameter must be a vector of at least three nonnegative values.

Dependencies

To enable this parameter, set Diode model to Tabulated I-V curve.

Number of diodes connected in series between the + and block ports. Multiple diodes are not modeled. Rather, each diode has all voltage-related quantities scaled by the factor that you specify.

Number of parallel diodes, or number of parallel paths formed by series-connected diodes, between the + and block ports. Multiple diodes are not modeled. Rather, each diode has all current-related quantities scaled by the factor that you specify.

Breakdown

Resistance of the diode when the voltage is less than the Reverse breakdown voltage value.

Dependencies

To enable this parameter, set Diode model to Piecewise linear.

Reverse voltage below which to model the rapid increase in conductance that occurs at diode breakdown. The default value is Inf V, which effectively omits reverse breakdown from the model.

Capacitance

Method for modeling the junction capacitance:

  • Fixed or zero junction capacitance — Model the junction capacitance as a fixed value.

  • Use C-V curve data points — Specify measured data at three points on the diode C-V curve.

  • Use parameters CJ0, VJ, M & FC — Specify zero-bias junction capacitance, junction potential, grading coefficient, and forward-bias depletion capacitance coefficient.

Fixed junction capacitance value.

Dependencies

To enable this parameter, set Capacitance to Fixed or zero junction capacitance.

Vector of the reverse bias voltage values at the three points on the diode C-V curve that the block uses to calculate CJ0, VJ, and M.

Dependencies

To enable this parameter, set Capacitance to Use C-V curve data points.

Vector of the capacitance values at the three points on the diode C-V curve that the block uses to calculate CJ0, VJ, and M.

Dependencies

To enable this parameter, set Capacitance to Use C-V curve data points.

Value of the capacitance placed in parallel with the conduction current term.

Dependencies

To enable this parameter, set Capacitance to Use parameters CJ0, VJ, M & FC.

The junction potential.

Dependencies

To enable this parameter, set Capacitance to Use parameters CJ0, VJ, M & FC.

Grading coefficient.

Dependencies

To enable this parameter, set Capacitance to Use parameters CJ0, VJ, M & FC.

Fitting coefficient that quantifies the decrease of the depletion capacitance with applied voltage.

Dependencies

To enable this parameter, set Capacitance to Use parameters CJ0, VJ, M & FC.

Select one of the following methods for charge dynamics parameterization:

  • Do not model charge dynamics — Do not include charge dynamics modeling. This is the default method.

  • Use peak reverse current and stretch factor — Model charge dynamics by providing values for peak reverse current iRM and stretch factor λ plus information on the initial forward current and rate of change of current used in the test circuit when measuring iRM and trr.

  • Use peak reverse current and reverse recovery time — Model charge dynamics by providing values for peak reverse current iRM and reverse recovery time trr plus information on the initial forward current and rate of change of current used in the test circuit when measuring iRM and trr. Use this option if the manufacturer datasheet does not provide values for transit time TT and carrier lifetime τ.

  • Use peak reverse current and reverse recovery charge — Model charge dynamics by providing values for peak reverse current iRM and reverse recovery charge Qrr plus information on the initial forward current and rate of change of current used in the test circuit when measuring iRM and trr.

  • Use transit time and carrier lifetime — Model charge dynamics by providing values for transit time TT and carrier lifetime τ.

Peak reverse current measured by an external test circuit. This value must be less than zero.

Dependencies

To enable this parameter, set Charge dynamics to Use peak reverse current and stretch factor, Use peak reverse current and reverse recovery time, or Use peak reverse current and reverse recovery charge.

Initial forward current when measuring peak reverse current. This value must be greater than zero.

Dependencies

To enable this parameter, set Charge dynamics to Use peak reverse current and stretch factor, Use peak reverse current and reverse recovery time, or Use peak reverse current and reverse recovery charge.

Rate of change of current when measuring peak reverse current. This value must be less than zero.

Dependencies

To enable this parameter, set Charge dynamics to Use peak reverse current and stretch factor, Use peak reverse current and reverse recovery time, or Use peak reverse current and reverse recovery charge.

Value that the block uses to calculate Reverse recovery time, trr. This value must be greater than 1. The default value is 3.

Specifying the stretch factor is an easier way to parameterize the reverse recovery time than specifying the reverse recovery charge. The larger the value of the stretch factor, the longer it takes for the reverse recovery current to dissipate.

Dependencies

To enable this parameter, set Charge dynamics to Use peak reverse current and stretch factor.

Time between the point where the current initially goes to zero when the diode turns off, and the point where the current falls to less than ten percent of the peak reverse current. The default value is 115 ns.

The value of the Reverse recovery time, trr parameter must be greater than the value of the Peak reverse current, iRM parameter divided by the value of the Rate of change of current when measuring iRM parameter.

Dependencies

To enable this parameter, set Charge dynamics to Use peak reverse current and reverse recovery time.

Value that the block uses to calculate Reverse recovery time, trr. Use this parameter if the data sheet for your diode device specifies a value for the reverse recovery charge instead of a value for the reverse recovery time.

The reverse recovery charge is the total charge that continues to dissipate when the diode turns off. The value must be less than i2RM2a,

where:

  • iRM is the value specified for Peak reverse current, iRM.

  • a is the value specified for Rate of change of current when measuring iRM.

Dependencies

To enable this parameter, set Charge dynamics to Specify reverse recovery charge.

Measure of how long it takes carriers to cross the diode junction.

Dependencies

To enable this parameter, set Charge dynamics to Use transit time and carrier lifetime.

Measure of how long it takes for the carriers to dissipate once the diode is no longer conducting. The default value is 100 ns.

Dependencies

To enable this parameter, set Charge dynamics to Use transit time and carrier lifetime.

Temperature Dependence

This section is applicable to Exponential and Tabulated I-V curve diode models only.

This table shows how the visibility of Temperature Dependence setting depends on how you configure the Diode model parameter in the Main setting and whether you expose the thermal port. To learn how to read this table, see Parameter Dependencies

Visibility of the Temperature Dependence Setting

Parameters, options, and visibility of the setting
Diode model
Piecewise linearExponentialTabulated I-V curve
Thermal PortThermal PortThermal Port
Not exposedExposedNot exposedExposedNot exposedExposed
HiddenHiddenVisibleVisibleVisibleHidden

Select one of the following methods for temperature dependence parameterization:

  • None - Use characteristics at parameter measurement temperature — Temperature dependence is not modeled, or the model is simulated at the measurement temperature Tm1 (as specified by the Measurement temperature parameter on the Main tab). This is the default method.

  • Use an I-V data point at second measurement temperature T2 — If you select this option, you specify a second measurement temperature Tm2, and the current and voltage values at this temperature. The model uses these values, along with the parameter values at the first measurement temperature Tm1, to calculate the energy gap value.

  • Specify saturation current at second measurement temperature T2 — If you select this option, you specify a second measurement temperature Tm2, and saturation current value at this temperature. The model uses these values, along with the parameter values at the first measurement temperature Tm1, to calculate the energy gap value.

  • Specify the energy gap EG — Specify the energy gap value directly.

Specify the diode current I1 value when the voltage is V1 at the second measurement temperature.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature.

Specify the diode voltage V1 value when the current is I1 at the second measurement temperature.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature.

Specify the saturation current IS value at the second measurement temperature.

Dependencies

To enable this parameter, set Parameterization to Specify saturation current at second measurement temperature.

Specify the value for the second measurement temperature.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature or Specify saturation current at second measurement temperature.

Select a value for the energy gap from a list of predetermined options, or specify a custom value:

  • Use nominal value for silicon (EG=1.11eV) — This is the default.

  • Use nominal value for 4H-SiC silicon carbide (EG=3.23eV)

  • Use nominal value for 6H-SiC silicon carbide (EG=3.00eV)

  • Use nominal value for germanium (EG=0.67eV)

  • Use nominal value for gallium arsenide (EG=1.43eV)

  • Use nominal value for selenium (EG=1.74eV)

  • Use nominal value for Schottky barrier diodes (EG=0.69eV)

  • Specify a custom value — If you select this option, the Energy gap, EG parameter appears in the dialog box, to let you specify a custom value for EG.

Dependencies

To enable this parameter, set Parameterization to Specify the energy gap EG.

Specify a custom value for the energy gap, EG.

Dependencies

To enable this parameter, set Energy gap parameterization to Specify a custom value.

Select one of the following options to specify the saturation current temperature exponent value:

  • Use nominal value for pn-junction diode (XTI=3) — This is the default.

  • Use nominal value for Schottky barrier diode (XTI=2)

  • Specify a custom value — If you select this option, the Saturation current temperature exponent, XTI parameter appears in the dialog box, to let you specify a custom value for XTI.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature, Specify saturation current at second measurement temperature, or Specify the energy gap, EG.

Specify a custom value for the saturation current temperature exponent, XTI.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature, Specify saturation current at second measurement temperature, or Specify the energy gap, EG and Saturation current temperature exponent parameterization to Specify a custom value.

Modulate the reverse breakdown voltage BV. If you define the reverse breakdown voltage BV as a positive quantity, a positive value for TCV implies that the magnitude of the reverse breakdown voltage decreases with temperature.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature, Specify saturation current at second measurement temperature, or Specify the energy gap, EG.

Specify the value for the temperature Ts, at which the device is to be simulated.

Dependencies

To enable this parameter, set Parameterization to Use an I-V data point at second measurement temperature, Specify saturation current at second measurement temperature, or Specify the energy gap, EG.

Thermal Port

Use the thermal port to simulate the effects of generated heat and device temperature. For more information on using thermal ports and on the Thermal Port parameters, see Simulating Thermal Effects in Semiconductors.

References

[1] MH. Ahmed and P.J. Spreadbury. Analogue and digital electronics for engineers. 2nd Edition. Cambridge, UK: Cambridge University Press, 1984.

[2] G. Massobrio and P. Antognetti. Semiconductor Device Modeling with SPICE. 2nd Edition. New York: McGraw-Hill, 1993.

[3] Lauritzen, P.O. and C.L. Ma. “A Simple Diode Model with Reverse Recovery.” IEEE® Transactions on Power Electronics. Vol. 6, No. 2, April 1991, pp. 188–191.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Introduced in R2008a