How to I model the Turn- On loss, Turn-Off loss and conduction loss from the datasheet?
Is there a tutorial online?
I trying with a datasheet, but it does not provide energy loss. May I know how to go about it?
How to I model the Turn- On loss, Turn-Off loss and conduction loss from the datasheet?
Is there a tutorial online?
I trying with a datasheet, but it does not provide energy loss. May I know how to go about it?
I remember U can draw the datasheet in plecs?
Hi shichenseu
I understand that we can drawing the switching loss from graph if the datasheet provide the Switching Energy vs. Drain Current.
For instance, the link i provided above, there is no mention of switching energy.
May I know how to go about that?
In the case when switching loss is not provided by the datasheet, there are a few options to obtain the data:
Build a test bench to measure the switching loss under desired load current and voltage using single-pulse or double-pulse test.
Reach out to the manufacturer for the desired data.
Estimate the losses using analytical equations based on information in the data sheet.
Several textbooks and application notes provide formulas to estimate the losses as a function of rise time, fall time, reverse recovery charge, etc. Section 2.2 of this application note from Infineon describes a common approach, but it is generally recommended to use the relevant application note from the specific vendor. It is important to be aware of any limitations of the model, for example if it is only valid under certain operating conditions or makes certain assumptions (for example no temperature dependence).
Then, rather than use the lookup table, you can use a formula for the thermal description. Refer to the “Editing Switching Losses” section of the PLECS help. The default function arguments are the blocking voltage v, the device current i and the junction temperature T. You can also use certain mathematical functions (for example abs() to prevent negative loss values).