Not able to generate a .asc file when converting netlist to ssc
1 次查看(过去 30 天)
显示 更早的评论
I am trying to do the same thing that is mentioned in the youtube link. https://www.youtube.com/watch?v=O9Ee1ndVonI
when I run the convert.m file, I get the following error.
"Error using fieldnames
Invalid input argument of type 'string'. Input must be a structure or a Java or COM object.
Error in spiceSubckt/preparSimscapeFile
Error in subcircuit2ssc
Error in subcircuit2ssc (line 31)
subcircuit2ssc(netlist,target);
Error in convert (line 1)
subcircuit2ssc('CE_subcir.cir','+ce_amp_ckt'); "
The +ce_amp_ckt folder gets created but there is no .asc file in it.
Can someone help me on this?
Thanks
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!