Infineon Mosfet SPICE to simulink
Show older comments
Dear,
When I attempt to import Infineon Mosfet SPICE Model to simulink, I met the following problem:
"Error using spiceSubckt/getFunctionCalls
Functions must be enclosed in {}."
I have examined the amuount of "{" and "}", they are matched
SPICE Model is attached as .txt file
Could anyone help solve the issue? Thank you very much.
1 Comment
dpb
on 7 Oct 2023
The error doesn't say there are mismatched {} but that the "Functions must be enclosed in {}." While I don't have Simulink and don't use SPICE, I'm guessing what that means is that the whole function must be passed as a cell; the text file doesn't show any such surrounding {}; but how you actually wrote/import the function with Simulink I don't know; but if it is a file reference, then I'd start by adding an pair of curlies "{}" around the whole thing, taking the message literally. I presume there also must be an example somewhere in the doc that illustrates the process you can compare to and get to work for testing...
Accepted Answer
More Answers (0)
Categories
Find more on Semiconductors and Converters in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!