Error using the subcircuit2ssc function to import a Spice model into Simulink
조회 수: 5 (최근 30일)
이전 댓글 표시
Hello everyone. I am trying to convert a Spice file (attached) to Simulink using the functions:
subcircuit2ssc('UJ4SC075005L8S.CIR', '+LibreriaCEIT');
ssc_build LibreriaCEIT;
However, when running the script, the following error occurs:
>> Script_Pspice_to_Simulink
Error using spiceBase/getConnectionString
All external nodes must be connected in XCGD.
Error in spiceSubckt/getSimscapeText
Error in spiceSubckt/preparSimscapeFile
Error in spiceSubckt/preparSimscapeFile
Error in subcircuit2ssc
Error in subcircuit2ssc (line 31)
subcircuit2ssc(netlist, target);
Error in Script_Pspice_to_Simulink (line 1)
subcircuit2ssc('UJ4SC075005L8S.CIR', '+LibreriaCEIT');
I've seen similar cases in this community, but I can't detect the incompatibilities to convert the file to Simulink. If anyone can give me a hint, I would appreciate it.
Greetings and thank you very much,
Ignacio
댓글 수: 1
Saurabh
2024년 12월 19일
I guess similar issue has been acknowledged in one of the MATLAB Answer thread:
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!