Main Content

MOSFET (Ideal, Switching)

Ideal N-channel MOSFET for switching applications

  • MOSFET (Ideal, Switching) block

Libraries:
Simscape / Electrical / Semiconductors & Converters

Description

The MOSFET (Ideal, Switching) block models the ideal switching behavior of an n-channel metal-oxide-semiconductor field-effect transistor (MOSFET).

The switching characteristic of an n-channel MOSFET is such that if the gate-source voltage exceeds the specified threshold voltage, the MOSFET is in the on state. Otherwise, the device is in the off state. This figure shows a typical i-v characteristic:

To define the I-V characteristic of the MOSFET, set the On-state behavior and switching losses parameter to either Specify constant values or Tabulate. The Tabulate option is available only if you expose the thermal port of the block.

In the on state, the drain-source path behaves like a linear resistor with resistance, Rds_on. However, if you expose the thermal port of the block and parameterize the device using tabulated I-V data, the tabulated resistance is a function of the temperature and current.

In the off state, the drain-source path behaves like a linear resistor with low off-state conductance, Goff.

Then, the defining Simscape™ equations for the block are:

    if G > Vth       v == i*Rds_on;     else       v == i/Goff;     end 

where:

  • G depends on the value of the Gate-control port parameter.

    • If you set the Gate-control port parameter to PS, you control the gate terminal through a physical signal. G is the value at the input port G.

    • If you set the Gate-control port parameter to Electrical, you control the gate terminal through an electrical signal. G is equal to:

          if v >= 0        G = G.v - S.v;     else       G = G.v - D.v;     end 

      where G.v is the gate voltage, S.v is the source voltage, and D.v is the drain voltage.

  • Vth is the threshold voltage.

  • v is the drain-source voltage.

  • i is the drain-source current.

  • Rds_on is the on-state resistance.

  • Goff is the off-state conductance.

Using the Integral Diode settings, you can include the body diode or an integral protection diode. The integral diode provides a conduction path for reverse current. For example, to provide a path for a high reverse-voltage spike that is generated when a semiconductor device suddenly switches off the voltage supply to an inductive load.

Set the Integral protection diode parameter based on your goal.

GoalsValue to SelectIntegral Protection Diode
Do not include protection.NoneNone
Include protection.Prioritize simulation speed.Diode with no dynamicsThe Diode block
Prioritize model fidelity by precisely specifying reverse-mode charge dynamics.Diode with charge dynamicsThe dynamic model of the Diode block

Model Gate Port and Thermal Effects

You can choose between physical or electrical ports to control the gate terminal and expose the thermal port to model the heat that switching events and conduction losses generate. To choose the gate-control port, set the Gate-control port parameter to PS or Electrical. To expose the thermal port, set the Modeling option parameter to No thermal port or Show thermal port.

For more information about using thermal ports, see Simulating Thermal Effects in Semiconductors.

Thermal Losses

The figure shows an idealized representation of the output voltage, Vout, and the output current, Iout, of the semiconductor device. The interval in this figure includes the entire nth switching cycle, during which the block turns off and then on.

Switching losses are major sources of thermal loss in semiconductors. During each on-off switching transition, the MOSFET parasitics store and then dissipate energy.

Switching losses depend on the off-state voltage and the on-state current. When a switching device turns on, the power losses depend on the initial off-state voltage across the device and the final on-state current when the device is in its fully on state. Similarly, when a switching device turns off, the power losses depend on the initial on-state current through the device and the final off-state voltage across the device in the fully off state.

You can choose when to measure the current and voltage that the block uses to calculate the switch-on and switch-off losses. For most circuits, you can make the measurements during the turn-on or turn-off event:

  • The switch-on loss is Eon(ITurnOn(n),VTurnOn(n))

  • The switch-off loss is Eoff(ITurnOff(n),VTurnOff(n))

However, you cannot always use these measurements, for example, in these situations:

  • You are modeling a capacitance across the switching device. For example, you are modeling the protection diode with capacitance or you are using the Lauritzen charge model. The capacitance causes an overshoot transient in the current at device turn-on, which means that you cannot use the measurement ITurnOn(n) to calculate the switch-on loss. The block requires the value following the transient. Do not model capacitance across the switching device, because this model mixes an abstracted behavior for the semiconductor switching device with detailed physics for the diode. If you must model capacitance across the switching device, you can use the current measurement at the end of the last on-period, ITurnOff(n-1). To enable this option, select the Use last on-state current from previous cycle for turn-on loss parameter.

  • You are modeling switching device lead inductance. The inductance causes an overshoot transient in the voltage at device turn-off, which means that you cannot use the measurement VTurnOff(n) to calculate the switch-off loss. The block requires the value following the transient. Do not model switching device lead inductance, because the time constant associated with lead inductance is typically much smaller than the pulse-width modulation (PWM) period. This smaller time constant means that the simulation requires smaller simulation time steps, slowing down the simulation. If you must model switching device lead inductance, use the voltage measurement at the end of the last off-period, VTurnOn(n). To enable this option, select the Use last off-state voltage from previous cycle for turn-off loss parameter.

Examine the simulation results to check that the losses behave as you expect. To learn how to log and plot simulation data, see the Log and Plot Simulation Data example. This table defines the names of variables in the logged simulation data that are relevant to switching loss calculations.

Voltages and Currents used to Calculate Switching Losses

QuantityVariable Name in Logged Simulation Data
VTurnOnzvOn
ITurnOnziOn
VTurnOffzvOff
ITurnOffziOff

This block applies switching losses by stepping up the junction temperature with a value equal to the switching loss divided by the total thermal mass at the junction. You must specify the energy dissipated during a single switch-on and switch-off event. You must also specify the corresponding values of the off-state voltage and on-state current at which you quote the losses. You can parameterize the switching losses, depending on the data you have. Use tabulated data if they are available.

  • To specify a scalar value for the switching losses, set the On-state behavior and switching losses parameter to Specify constant values. The Switch-on loss and Switch-off loss parameter values set the sizes of the switching losses. The block scales the losses by the off-state voltage and the on-state current.

  • To specify the losses as a function of the junction temperature and on-state current at a fixed off-state voltage, set the On-state behavior and switching losses parameter to Tabulate and clear the Include switching loss tabulation with off-state Vds voltage parameter. The Switch-on loss, Eon(Tj,Ids) and Switch-off, Eoff(Tj,Ids) parameters set the size of the losses. The block scales the losses by the off-state voltage.

  • To specify the losses as a function of the junction temperature, on-state current, and off-state voltage, set the On-state behavior and switching losses parameter to Tabulate and select the Include switching loss tabulation with off-state Vds voltage parameter.

Reverse recovery loss can be a significant source of thermal loss in diodes. The diode dissipates energy every time it turns off, from its conducting state to the open-circuit state. To model reverse recovery loss:

  • Set Modeling option to Show thermal port.

  • Set Integral protection diode to Diode with no dynamics.

If you set the Reverse recovery loss model parameter to Tabulated loss, the value of the Reverse recovery loss table, Erec(Tj, If) parameter specifies the dissipated energy as a function of the junction temperature and the forward current just before the switching event. The off-state voltage linearly scales the losses relative to the Turn-off voltage when measuring recovery loss, Vrec parameter value. The table uses delayed values for the current and voltage. To use a value in the lookup table that is close to the instantaneous value, set the Filter time constant for voltage and current values parameter to a value that is lower than the fastest switching period.

If you set the Reverse recovery loss model parameter to Fixed loss, the value of the Reverse recovery loss parameter specifies the energy dissipated during each turn-off event. If you select the Scale reverse recovery loss with current and voltage parameter, then the block scales this loss value linearly by the on-state current and the off-state voltage. To use scaling values that are close to the instantaneous values, set Filter time constant for voltage and current values to a value that is lower than the fastest switching period.

As an alternative method to model reverse recovery, you can set the Integral protection diode parameter to Diode with charge dynamics. However, this approach requires smaller simulation time steps than using the first approach.

Note

For all ideal switching devices, the logged simulation data reports the thermal losses as lastTurnOffLoss, lastTurnOnLoss, and lastReverseRecoveryLoss. These variables record losses as a pulse with an amplitude equal to the energy loss. If you use a script to sum the total losses over a defined simulation period, you must sum the pulse values at each pulse rising edge. Alternatively, you can extract conduction and switching losses from logged data using the ee_getPowerLossSummary and ee_getPowerLossTimeSeries functions.

You can also access the total accumulated switching losses from the accumulatedSwitchingLosses variable in the logged simulation data. This variable sums all switching losses to date, including reverse recovery losses for the diode.

The power_dissipated variable in the logged simulation data does not include switching losses or reverse recovery losses because the block models these losses as instantaneous events. The power_dissipated variable reports ohmic on-state losses.

If you are using a fixed-step solver, the shortest pulse on or pulse off that supports capture of the switching losses is three time steps long. If the pulse is shorter than three steps, the block does not report switching losses.

If you are operating the MOSFET in the reverse region (negative drain-source currents), the logged simulation data does not report any switch-on or switch-off losses because the parallel diode provides continuous parallel conduction. In the logged simulation data, ziOn reports zero current to implement the zero losses even if the current steps to a negative value.

If you use tabulated data to model the switching losses or reverse recovery losses, check that the temperature, current, and voltage are in the range you specify. If you do not define a realistic thermal model, for example, if the junction mass or the conductance from the junction to the case is too small, the temperature can exceed the range you specify, causing the block to extrapolate the losses to nonphysical values.

Predefined Parameterization

The MOSFET (Ideal, Switching) block supports multiple predefined parameterizations.

Use this parameterization data to represent components by specific suppliers. The parameterizations of these MOSFETs match the manufacturer data sheets. To load a predefined parameterization, double-click the MOSFET (Ideal, Switching) block, click the <click to select> hyperlink of the Selected part parameter, and, in the Block Parameterization Manager window, select the part you want to use from the list of available components.

Note

The predefined parameterizations of Simscape components use available data sources for the parameter values. Engineering judgement and simplifying assumptions are used to fill in for missing data. As a result, expect deviations between simulated and actual physical behavior. To ensure accuracy, validate the simulated behavior against experimental data and refine component models as necessary.

For more information about predefined parameterization and a list of the available components, see List of Pre-Parameterized Components.

Variables

To set the priority and initial target values for the block variables before simulation, use the Initial Targets section in the block dialog box or Property Inspector. For more information, see Set Priority and Initial Target for Block Variables.

Use nominal values to specify the expected magnitude of a variable in a model. Using system scaling based on nominal values increases the simulation robustness. Nominal values can come from different sources. One of these sources is the Nominal Values section in the block dialog box or Property Inspector. For more information, see System Scaling by Nominal Values.

Basic Characteristics

Since R2023b

You can plot the basic I-V characteristics for the MOSFET (Ideal, Switching) block, based on the current block parameter values, without simulating the model.

To plot the basic characteristics, right-click the block and select Electrical > Basic characteristics from the context menu.

The Basic characteristics option generates different plots depending on the values you specify for the Modeling option, On-state behavior and losses, and Integral protection diode parameters of the block. If you model the switching device with an integral protection diode, the Basic characteristics option plots the I-V characteristics for both the switching device and the diode. If you enable the thermal port of the block, the Basic characteristics also generates surface plots of the turn-on energy loss and turn-off energy loss as functions of the on-state current and off-state voltage. For more information about this option, see Plot Basic Characteristics for Semiconductor Blocks.

Examples

Ports

The figure shows the block port names.

Conserving

expand all

Port associated with the gate terminal. You can set the port to either a physical signal or electrical port.

Electrical conserving port associated with the source terminal.

Electrical conserving port associated with the drain terminal.

Thermal conserving port.

Dependencies

To enable this port, set Modeling option to Show thermal port.

Parameters

expand all

Whether to enable the thermal port.

Main

This table shows how the visibility of Main parameters depends on how you configure the Modeling option and On-state behavior and switching losses parameters. To learn how to read this table, see Parameter Dependencies.

Main Parameter Dependencies

Parameters and Options
Modeling option
No thermal portShow thermal port
Gate-control portGate-control port
Drain-source on resistance, R_DS(on)Threshold voltage, Vth
Off-state conductanceOn-state behavior and switching losses
Specify constant valuesTabulate
Threshold voltage, VthDrain-source on resistance, R_DS(on)On-state voltage, Vds(Tj,Ids)
Off-state conductanceTemperature vector, Tj
Drain-source current vector, Ids
Off-state conductance

Option to specify physical or electrical control port for the switch gate.

Note

If you set this parameter to Electrical, use an internal or external reverse diode along with this block. For numerical considerations, the forward voltage of the diode must be smaller than the value of the Threshold voltage, Vth parameter of this block.

Parameterization method for on-state behavior and switching losses, specified as one of these values:

  • Specify constant values — Use scalar values to specify the output current, switch-on loss, and switch-off loss data. The block assumes that the energy dissipated during a single switch-on or switch-off event scales linearly with the off-state voltage and on-state current. The block also assumes that the losses are independent of temperature.

  • Tabulate — Use vectors to specify the output current and temperature data. Use arrays to specify the switch-on loss and switch-off loss data.

Dependencies

See the Main Parameter Dependencies table.

Drain-source resistance when the device is on.

Dependencies

See the Main Parameter Dependencies table.

Drain-source conductance when the device is off. The value must be less than 1/R, where R is the value of On-state resistance.

Dependencies

See the Main Parameter Dependencies table.

Gate-source voltage threshold. The device turns on when the gate-source voltage is above this value.

Dependencies

See the Main Parameter Dependencies table.

Voltage drop across the device in a triggered conductive state. This parameter is a function of temperature and final on-state output current.

Dependencies

See the Main Parameter Dependencies table.

Temperature values that correspond to the on-state voltage, Vds(Tj,Ids) parameter.

Dependencies

See the Main Parameter Dependencies table.

Drain-source currents for which the on-state voltage is defined. The first element must be zero. Specify this parameter using a vector quantity.

Dependencies

See the Main Parameter Dependencies table.

Switching Losses

To enable these parameters, set Modeling option to Show thermal port.

Energy dissipated during a single switch-on event.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Specify constant values.

Energy dissipated during a single switch-off event.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Specify constant values.

Output voltage of the device during the off state. This voltage is the blocking voltage at which you quote the switch-on loss and switch-off loss.

Dependencies

To enable this parameter, choose one of these options:

  • Set On-state behavior and switching losses to Specify constant values.

  • Set On-state behavior and switching losses to Tabulate and clear the Include switching loss tabulation with off-state Vds voltage parameter.

Output current at which you quote the switch-on loss and switch-off loss.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Specify constant values.

Since R2023b

Option to use the last on-state current from the previous cycle for the turn-on loss.

Since R2023b

Option to use the last off-state voltage from the previous cycle for the turn-off loss.

Energy dissipated during a single switch-on event as a function of temperature and on-state current.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate and clear the Include switching loss tabulation with off-state Vds voltage parameter.

Energy dissipated during a single switch-off event as a function of temperature and on-state current.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate and clear the Include switching loss tabulation with off-state Vds voltage parameter.

Temperature values at which you quote the switch-on loss and switch-off loss.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate.

Drain-source currents at which you quote the switch-on loss and switch-off-loss. The first element must be 0.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate.

Since R2023b

Option to tabulate the switching losses with the off-state drain-source voltage.

To tabulate the switch-on loss and switch-off loss with the on-state drain-source current and temperature, clear this parameter. The block assumes that the losses scale linearly with the off-state drain-source voltage.

To tabulate the switch-on loss and switch-off loss with the temperature, on-state drain-source current, and off-state drain-source voltage, select this parameter.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate.

Since R2023b

Energy dissipated during a single switch-on event as a function of temperature, on-state drain-source current, and off-state drain-source voltage.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate and select the Include switching loss tabulation with off-state Vds voltage parameter.

Since R2023b

Energy dissipated during a single switch-off event as a function of temperature, on-state drain-source current, and off-state drain-source voltage.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate and select the Include switching loss tabulation with off-state Vds voltage parameter.

Since R2023b

Off-state drain-source voltages at which you quote the switch-on loss and switch-off loss.

Dependencies

To enable this parameter, set On-state behavior and switching losses to Tabulate and select the Include switching loss tabulation with off-state Vds voltage parameter.

Integral Diode

Block integral protection diode.

The diodes you can select are:

  • None — Do not model any integral diode inside this block and use an external diode.

  • Diode with no dynamics

  • Diode with charge dynamics

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.

  • Tabulated I-V curve — Use tabulated forward bias I-V data plus fixed reverse bias off conductance.

Dependencies

This parameter is visible only when the thermal port is exposed and the Integral protection diode parameter is set to Diode with no dynamics or Diode with charge dynamics.

Option to tabulate the current as a function of temperature and voltage or the voltage as a function of temperature and current.

Dependencies

This parameter is visible only when the thermal port is exposed and the Integral protection diode parameter is set to Diode with no dynamics or Diode with charge dynamics and Diode model is set to Tabulated I-V curve.

Minimum voltage required across the + and - block ports for the gradient of the diode I-V characteristic to be 1/Ron, where Ron is the value of On resistance.

Dependencies

To enable this parameter:

  • If the thermal port is hidden, set Integral protection diode to Diode with no dynamics or Diode with charge dynamics.

  • If the thermal port is exposed, set Integral protection diode to Diode with no dynamics or Diode with charge dynamics and Diode model to Piecewise linear.

Rate of change of voltage versus current above the Forward voltage.

Dependencies

To enable this parameter:

  • If the thermal port is hidden, set Integral protection diode to Diode with no dynamics or Diode with charge dynamics.

  • If the thermal port is exposed, set Integral protection diode to Diode with no dynamics or Diode with charge dynamics and Diode model to Piecewise linear.

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

Dependencies

To enable this parameter, expose the thermal port and set Diode model to Tabulated I-V curve and Table type to Table in If(Tj,Vf) form.

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

Dependencies

To enable this parameter, expose the thermal port and 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, expose the thermal port and set Diode model to Tabulated I-V curve and Table type to Table in If(Tj,Vf) form.

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

Dependencies

To enable this parameter, expose the thermal port and set Diode model to Tabulated I-V curve and Table type to Table in Vf(Tj,If) form.

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

Dependencies

To enable this parameter, expose the thermal port and set Diode model to Tabulated I-V curve and Table type to Table in Vf(Tj,If) form.

Conductance of the reverse-biased diode.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with no dynamics or Diode with charge dynamics.

Since R2023a

Whether to model fixed or tabulated reverse recovery losses.

Dependencies

To enable this parameter, set the Modeling option parameter to Show thermal port and set the Integral protection diode parameter to Diode with no dynamics.

Since R2023a

Dissipated energy in each turn-off event, regardless of the state of the diode before or after the switching event.

Dependencies

To enable this parameter, set the Reverse recovery loss model parameter to Fixed loss.

Since R2023b

Option to scale reverse recovery loss with current and voltage.

Dependencies

To enable this parameter:

  • Set Modeling option to Show thermal port.

  • Set Integral protection diode to Diode with no dynamics.

  • Set Reverse recovery loss model to Fixed loss.

Since R2023a

Dissipated energy as a function of the forward current If just before the switching event, and final off-state voltage once the diode is in off state.

Dependencies

To enable this parameter, set the Reverse recovery loss model parameter to Tabulated loss.

Since R2023a

Temperature vector used to tabulate reverse recovery loss.

Dependencies

To enable this parameter, set the Reverse recovery loss model parameter to Tabulated loss.

Since R2023a

Forward current vector used to tabulate reverse recovery loss.

Dependencies

To enable this parameter, set the Reverse recovery loss model parameter to Tabulated loss.

Since R2023b

Forward current through the diode before the reverse recovery event that the block uses to measure recovery loss.

Dependencies

To enable this parameter, set Reverse recovery loss model to Fixed loss and select the Scale reverse recovery loss with current and voltage parameter.

Since R2023a

Voltage across the diode after the reverse recovery event used to measure recovery loss.

Dependencies

To enable this parameter, choose from one of these options:

  • Set Reverse recovery loss model to Fixed loss and select the Scale reverse recovery loss with current and voltage parameter.

  • Set the Reverse recovery loss model parameter to Tabulated loss.

Since R2023a

Filter time constant for voltage and current values used to calculate reverse recovery loss. Set this parameter to a value that is lower than the fastest switching period.

Dependencies

To enable this parameter, choose from one of these options:

  • Set Reverse recovery loss model to Fixed loss and select the Scale reverse recovery loss with current and voltage parameter.

  • Set the Reverse recovery loss model parameter to Tabulated loss.

Diode junction capacitance.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics.

Peak reverse current measured by an external test circuit. This value must be less than zero. The default value is -235 A.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics.

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

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics.

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

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics.

Determines how you specify reverse recovery time in the block. The default value is Specify reverse recovery time directly.

If you select Specify stretch factor or Specify reverse recovery charge, you specify a value that the block uses to derive the reverse recovery time. For more information on these options, see How the Block Calculates TM and Tau.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics.

Interval between the time when the current initially goes to zero (when the diode turns off) and the time when the current falls to less than 10% of the peak reverse current. 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

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify reverse recovery time directly.

Value that the block uses to calculate Reverse recovery time, trr. This value must be greater than 1. 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

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify stretch factor.

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

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify reverse recovery charge.

Voltage between the diode in steady-state.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify reverse recovery energy.

Total unintended inductance in the measurement circuit. The block uses this value to calculate Reverse recovery energy, Erec.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify reverse recovery energy.

Total switching losses due to the diode reverse recovery.

Dependencies

This parameter is visible only when the Integral protection diode parameter is set to Diode with charge dynamics and the Reverse recovery time parameterization parameter is set to Specify reverse recovery energy.

For more information on these parameters, see Diode.

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.

Extended Capabilities

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

Version History

Introduced in R2013b

expand all