IGBT SPICE models .lib file into Simulink using subcircuit2ssc
8 views (last 30 days)
Show older comments
Hi, I have used the spice model of Infineon IGBT in the MATLAB-Simulink through subcircuit to ssc function. NOw that gives an error, because of some issues. I have tried to convert the spice model MATLAB-Simulink through subcircuit to ssc function. and it is also having errors. This might be due to the completely changed parameter notation in IGBT spice files. Looking forward to the suggestions or different spice files. I tried to use the TO-247 4pin IGBT spice files. For information error message is:
Error using spiceNetlist2String Unable to access IGBT_1200_HS3_L.lib. Error in subcircuit2ssc Error in subcircuit2ssc (line 31) subcircuit2ssc(netlist,target); Error in igbt_1200 (line 1) subcircuit2ssc('IGBT_1200_HS3_L.lib','+IGBT_HS_ckt' );
0 Comments
Answers (1)
Sabin
on 19 Dec 2024
I do not get any error with the attached netlist.
The error suggests that when running the subcircuit2ssc the argument filename was not found. Either there was a mismatch in the file name or the netlist was saved in a different folder perhaps.
0 Comments
See Also
Categories
Find more on Semiconductors and Converters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!