4 pin SIC FET Model in MATLAB
조회 수: 7 (최근 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!