How to solve "IGBT block not supported in Phasor simulation" issue?

18 views (last 30 days)
Hello
I am relatively new to MATLAB(R2021a 9.10.0) . I was following a tutorial and rigged up a PFC circuit (only showing a part of it here)
Here both the voltage measurement block & IGBTs are very important and necessary components which cannot be replaced/removed. Voltage measurement block require phasor mode to be enabled in powergui. But when I enable it, following compilation error is shown.
If I disable phasor mode, no output from voltage current measurmeent blocks. Please help me with a workaround.

Answers (1)

Sabin
Sabin on 4 Feb 2023
Phasor (or frequency and time simulation) is intended for linear and linear parameter-varying (LPV) systems. If you are interested only in the changes in magnitude and phase of all voltages and currents when switches are closed or opened, you do not need to solve all differential equations. You can instead solve a much simpler set of algebraic equations relating the voltage and current phasors. This will speed up the simulation but it is not possible to model semiconductor switching devices such as IGBTs.

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!