You haven’t clearly explained what you’re designing or why you need to test short-circuit conditions. Is this about implementing short-circuit protection in motor drives to prevent user errors? This is a common scenario. Which specific type of short circuit are you referring to? Phase-to-phase short circuits or ground faults? Do you need to consider both?
Double Pulse Testing (DPT, sometimes called two-pulse testing) is commonly used to evaluate various power electronic systems and their dynamic characteristics. If you’re new to this type of testing, searching for the keywords mentioned above will yield substantial resources. Infineon’s whitepaper on this topic is particularly well-written (I recall it was also published in Bodos Power magazine):
https://www.infineon.com/assets/row/public/documents/60/54/infineon-double-pulse-testing-bodos-power-systems-article-en.pdf?fileId=5546d46271bf4f920171ee81ad6c4a1f
When starting tests, select an inductance value matching your system expectations - for example, the output inductance of a UPS filter. For motor drives, this value will vary depending on the motor characteristics your product needs to support: asynchronous motors typically have higher inductance, while permanent magnet motors (especially high-speed types) have lower values. The selected inductance value, together with the DC bus voltage, determines the current change rate di/dt according to the formula:
V/L = di/dt (slope of test current)
The power stage must operate across the entire current range (from minimal current to overload conditions). I typically test near-zero turn-off scenarios to check issues like diode reverse recovery. Short-circuit conditions can also be tested - I start cautiously with extremely low voltages (the inductance L in short-circuit makes V/L very small).
One of the trickiest aspects of setting up a DPT system is finding a signal source capable of generating pulse trains. Some function generators can do this, but I usually build my own using 555 timers and logic circuits, debugging this logic section separately before connecting the power stage.
Exercise extreme caution! Improper operation could lead to catastrophic failures. I prefer using a low-power variac supply, followed by a rectifier bridge and capacitor bank to generate DC power. The capacitor bank should closely match actual design specifications. If safety concerns are significant, I add an isolation transformer after the variac to float the power stage while adding series impedance to the front-end supply (voltage will drop rapidly during IGBT faults).
Pay special attention to oscilloscope grounding! I prefer using differential probes for isolated measurements, preventing ground faults in the DPT system even when using multiple probes.
When starting tests, begin with low voltages and currents to verify gate drive functionality before gradually increasing levels. While IGBTs have reasonable fault tolerance, caution is still required. Early in my career, I once singed the hair on my finger joints - a painful lesson that emphasized the dangers of power electronics, though I still find this field an excellent career path full of excitement.
Good luck with your project.