4 pin SIC FET Model in MATLAB
9 ビュー (過去 30 日間)
古いコメントを表示
I am running a circuit simulation in MATLAB that has a 4 pin SIC FET. These pins include Drain, Gate and two Source pins.
The library of the part number is available from manufacturer website in .LIB and include subcircuit model of the 4 pin FET component.
I am basically using this link below to generate thae MATLAB model for this part using lookup table generation approach from subcircuit model:
I am getting an error related to SIMetrix as attachement. Does matlab use SIMetrix engin for this model conversion? How I can fix this error? I have already installed SIMetrix at the mentioned directory in attachement.
1 件のコメント
Balaji
2023 年 9 月 4 日
Hi Kaveh,
Can you please share your code?
Further you can look at this previous MATLAB Answer if it helps,
回答 (1 件)
Sabin
2025 年 2 月 1 日
You need to specify the path of the SPICE simulation engine executable file, specified as a character vector or a string. This is because the ee.spice.semiconductorSubcircuit2lookup function returns the lookup table data for the SPICE subcircuit file run in SPICE engine.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Choose and Parameterize Blocks についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!