IGBT SPICE models .lib file into Simulink using subcircuit2ssc
조회 수: 8 (최근 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!