3-Phase Voltage Source Inverter
Purpose
3-phase 2-level voltage source inverter module
Library
Electrical / Power Modules
Description
This power module implements a 3-phase 2-level voltage source inverter.
It offers two configurations:
- Switched
All power semiconductors inside the module are modeled with ideal switches. The individual switches are controlled with logical gate signals. A switch is on if the corresponding gate signal is not zero. For compatibility with the averaged configuration it is recommended to use the value \(1\) for non-zero gate signals.
- Sub-cycle average
The module as a whole is implemented with 3 half-bridge power modules which are modelled with controlled voltage and current sources. The DC side of the inverter has current source behavior and must be connected to a positively biased capacitor or voltage source. The AC side is typically connected to an inductor. The control inputs are the relative on-times of the switches with values between \(0\) and \(1\).
In the average configuration the 3-phase 2-level voltage source inverter can be operated in two ways:
The control signals are instantaneous logical gate signals having the values \(0\) and \(1\).
The control signals are the duty cycles of the individual switches. They are either computed directly from the modulation index or by periodically averaging the digital gate signals over a fixed period of time, e.g. using the Periodic Average block. The averaging period does not need to be synchronized with the PWM and can be as large as the inverse of the switching frequency.
In both use cases, the average implementation correctly accounts for blanking times, i.e. when during commutation both switches are turned off. It also supports discontinuous conduction mode, e.g. when charging the DC link capacitor via the reverse diodes.
Since the duty cycle is simulated accurately even with relatively large time steps, the average configuration is particularly well suited for real-time simulations with high switching frequencies.
The sub-cycle average model implementation requires an internal switching element on the AC side. When generating code for the power module the switching element is modeled as either an ideal or non-ideal switch. See Ideal and Non-Ideal Switch Models in Electric Circuits for detailed descriptions of the switch model implementations.
Note
The sub-cycle average implementation cannot model a shoot-through or clamping of the DC side. Therefore, the sums of the control signals for the high and low side switches in each half-bridge must not exceed \(1\) at any time. Also, the applied DC voltages must never become negative.
Parameters
- Configuration
Switched or averaged circuit model.
- Semiconductor symbol
This setting lets you choose between
IGBTandMOSFETfor the symbol the active semiconductor switches. This setting does not change the electrical behavior of the power module in simulation.- Assertions
When set to
on, the block will flag an error if the sums of the control signals for any of the four half-bridges exceed \(1\).- Switch model (CPU code generation)
Select the switch model in the generated code.