IGBT SPICE models .lib file into Simulink using subcircuit2ssc
7 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Sabin
2024 年 12 月 19 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Semiconductors and Converters についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!