Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

How to get Energy loss from datasheet?

0 votes
922 views
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?

https://www.ti.com/lit/ds/slps262c/slps262c.pdf?ts=1599388418702&ref_url=https%253A%252F%252Fwww.ti.com%252Fpower-management%252Fmosfets%252Ftechnical-documents.html
asked Sep 6, 2020 by Jack (12 points)

2 Answers

0 votes
I remember U can draw the datasheet in plecs?
answered Sep 8, 2020 by shichenseu (299 points)
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?

Datasheet: https://www.ti.com/lit/ds/slps262c/slps262c.pdf?ts=1599388418702&ref_url=https%253A%252F%252Fwww.ti.com%252Fpower-management%252Fmosfets%252Ftechnical-documents.html
+1 vote

In the case when switching loss is not provided by the datasheet, there are a few options to obtain the data:

1) Build a test bench to measure the switching loss under desired load current and voltage using single-pulse or double-pulse test.

2) Reach out to the manufacturer for the desired data.

3) 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).

answered Sep 8, 2020 by Bryan Lieblick (1,905 points)
...