I’m trying to select different Mosfet models from different manufacturers.
To do so I’ve built a configurable subsystem where you can choose one type or another and I’m trying to access their parameters from the initialization tab of the masked subsystem.
I’m facing some issues related to the internal differences between the models as the lookup tables of the models are stored as different structures depending on the device type.
What is the structure of every Mosfet device type? Mosfet / Mosfet and diode / Thermal description / thermal package description…
How can I programmatically access the different Mosfet tables (Eoff vs I, Eon vs I, Vds vs I…)?
Is there any documentation available? I have found nothing so far.