4 pin SIC FET Model in MATLAB

6 views (last 30 days)
Kaveh Mohammad
Kaveh Mohammad on 27 Aug 2023
Answered: Sabin on 1 Feb 2025
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.

Answers (1)

Sabin
Sabin on 1 Feb 2025
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!