IGBT SPICE models .lib file into Simulink using subcircuit2ssc
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Sabin
el 19 de Dic. de 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 comentarios
Ver también
Categorías
Más información sobre Semiconductors and Converters en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!