629 research outputs found
Methods and Results of Power Cycling Tests for Semiconductor Power Devices
This work intends to enhance the state of the research in power cycling tests with statements on achievable measurement accuracy, proposed test bench topologies and recommendations on improved test strategies for various types of semiconductor power devices.
Chapters 1 and 2 describe the current state of the power cycling tests in the context of design for reliability comprising applicable standards and lifetime models.
Measurement methods in power cycling tests for the essential physical parameters are explained in chapter 3. The dynamic and static measurement accuracy of voltage, current and temperature are discussed. The feasibly achievable measurement delay tmd of the maximal junction temperature Tjmax, its consequences on accuracy and methods to extrapolate to the time point of the turn-off event are explained. A method to characterize the thermal path of devices to the heatsink via measurements of the thermal impedance Zth is explained.
Test bench topologies starting from standard setups, single to multi leg DC benches are discussed in chapter 4. Three application-closer setups implemented by the author are explained. For tests on thyristors a test concept with truncated sinusoidal current waveforms and online temperature measurement is introduced. An inverter-like topology with actively switching IGBTs is presented. In contrast to standard setups, there the devices under test prove switching capability until reaching the end-of-life criteria. Finally, a high frequency switching topology with low DC-link voltage and switching losses contributing significantly to the overall power losses is presented providing new degrees of freedom for setting test conditions.
The particularities of semiconductor power devices in power cycling tests are thematized in chapter 5. The first part describes standard packages and addressed failure mechanisms in power cycling. For all relevant power electronic devices in silicon and silicon carbide, the devices’ characteristics, methods for power cycling and their consequences for test results are explained.
The work is concluded and suggestions for future work are given in chapter 6.:Abstract 1
Kurzfassung 3
Acknowledgements 5
Nomenclature 10
Abbreviations 10
Symbols 12
1 Introduction 19
2 Applicable Standards and Lifetime Models 25
3 Measurement parameters in power cycling tests 53
4 Test Bench Topologies 121
5 Semiconductor Power Devices in Power Cycling 158
6 Conclusion and Outlook 229
References 235
List of Publications 253
Theses 257Diese Arbeit bereichert den Stand der Wissenschaft auf dem Gebiet von Lastwechseltests mit Beiträgen zu verbesserter Messgenauigkeit, vorgeschlagenen Teststandstopologien und verbesserten Teststrategien für verschiedene Arten von leistungselektronischen Bauelementen. Kurzgefasst der Methodik von Lastwechseltests.
Das erste Themengebiet in Kapitel 1 und Kapitel 2 beschreibt den aktuellen Stand zu Lastwechseltests im Kontext von Design für Zuverlässigkeit, welcher in anzuwendenden Standards und publizierten Lebensdauermodellen dokumentiert ist.
Messmethoden für relevante physikalische Parameter in Lastwechseltests sind in Kapitel 3. erläutert. Zunächst werden dynamische und statische Messgenauigkeit für Spannung, Strom und Temperaturen diskutiert. Die tatsächlich erreichbare Messverzögerung tMD der maximalen Sperrschichttemperatur Tjmax und deren Auswirkung auf die Messgenauigkeit der Lastwechselfestigkeit wird dargelegt. Danach werden Methoden zur Rückextrapolation zum Zeitpunkt des Abschaltvorgangs des Laststroms diskutiert. Schließlich wird die Charakterisierung des Wärmepfads vom Bauelement zur Wärmesenke mittels Messung der thermischen Impedanz Zth behandelt.
In Kapitel 4 werden Teststandstopologien beginnend mit standardmäßig genutzten ein- und mehrsträngigen DC-Testständen vorgestellt. Drei vom Autor umgesetzte anwendungsnahe Topologien werden erklärt. Für Tests mit Thyristoren wird ein Testkonzept mit angeschnittenem sinusförmigem Strom und in situ Messung der Sperrschichttemperatur eingeführt. Eine umrichterähnliche Topologie mit aktiv schaltenden IGBTs wird vorgestellt. Zuletzt wird eine Topologie mit hoch frequent schaltenden Prüflingen an niedriger Gleichspannung bei der Schaltverluste signifikant zur Erwärmung der Prüflinge beitragen vorgestellt. Dies ermöglicht neue Freiheitsgrade um Testbedingungen zu wählen.
Die Besonderheiten von leistungselektronischen Bauelementen werden in Kapitel 5 thematisiert. Der erste Teil beschreibt Gehäusetypen und adressierte Fehlermechanismen in Lastwechseltests. Für alle untersuchten Bauelementtypen in Silizium und Siliziumkarbid werden Charakteristiken, empfohlene Methoden für Lastwechseltests und Einflüsse auf Testergebnisse erklärt.
Die Arbeit wird in Kapitel 6 zusammengefasst und Vorschläge zu künftigen Arbeiten werden unterbreitet.:Abstract 1
Kurzfassung 3
Acknowledgements 5
Nomenclature 10
Abbreviations 10
Symbols 12
1 Introduction 19
2 Applicable Standards and Lifetime Models 25
3 Measurement parameters in power cycling tests 53
4 Test Bench Topologies 121
5 Semiconductor Power Devices in Power Cycling 158
6 Conclusion and Outlook 229
References 235
List of Publications 253
Theses 25
Carbon Capture; Transport and Storage in Europe: A Problematic Energy Bridge to Nowhere?
This paper is a follow up of the SECURE-project, financed by the European Commission to study “Security of Energy Considering its Uncertainties, Risks and Economic Implications”. It addresses the perspectives of, and the obstacles to a CCTS-roll out, as stipulated in some of the scenarios. Our main hypothesis is that given the substantial technical and institutional uncertainties, the lack of a clear political commitment, and the available alternatives of low-carbon technologies, CCTS is unlikely to play an important role in the future energy mix; it is even less likely to be an “energy bridge” into a low-carbon energy futureCarbon Capture, Transport, Storage
Improving Long Context Document-Level Machine Translation
Document-level context for neural machine translation (NMT) is crucial to
improve the translation consistency and cohesion, the translation of ambiguous
inputs, as well as several other linguistic phenomena. Many works have been
published on the topic of document-level NMT, but most restrict the system to
only local context, typically including just the one or two preceding sentences
as additional information. This might be enough to resolve some ambiguous
inputs, but it is probably not sufficient to capture some document-level
information like the topic or style of a conversation. When increasing the
context size beyond just the local context, there are two challenges: (i)
the~memory usage increases exponentially (ii) the translation performance
starts to degrade. We argue that the widely-used attention mechanism is
responsible for both issues. Therefore, we propose a constrained attention
variant that focuses the attention on the most relevant parts of the sequence,
while simultaneously reducing the memory consumption. For evaluation, we
utilize targeted test sets in combination with novel evaluation techniques to
analyze the translations in regards to specific discourse-related phenomena. We
find that our approach is a good compromise between sentence-level NMT vs
attending to the full context, especially in low resource scenarios.Comment: accepted at CODI 2023 (ACL workshop
On Search Strategies for Document-Level Neural Machine Translation
Compared to sentence-level systems, document-level neural machine translation
(NMT) models produce a more consistent output across a document and are able to
better resolve ambiguities within the input. There are many works on
document-level NMT, mostly focusing on modifying the model architecture or
training strategy to better accommodate the additional context-input. On the
other hand, in most works, the question on how to perform search with the
trained model is scarcely discussed, sometimes not mentioned at all. In this
work, we aim to answer the question how to best utilize a context-aware
translation model in decoding. We start with the most popular document-level
NMT approach and compare different decoding schemes, some from the literature
and others proposed by us. In the comparison, we are using both, standard
automatic metrics, as well as specific linguistic phenomena on three standard
document-level translation benchmarks. We find that most commonly used decoding
strategies perform similar to each other and that higher quality context
information has the potential to further improve the translation.Comment: Accepted to ACL 2023 (Findings
Hohe Unsicherheiten bei der CO2-Abscheidung: eine Energiebrücke ins Nichts?
Am 14. Juli 2010 brachte die Bundesregierung zum zweiten Mal einen Gesetzesentwurf zur CO2-Abscheide-, Transport- und Speichertechnologie (Carbon Capture, Transport, and Storage, CCTS) in das parlamentarische Verfahren ein. Der erste Vorstoß war unter der Großen Koalition im Jahr 2009 am Widerstand der unionsgeführten Länder gescheitert. Der nun vorliegende Entwurf bleibt weit hinter den notwendigen Maßnahmen zurück, die eine großtechnische Erprobung der gesamten CCTS-Prozesskette ermöglichen würde. Er schafft somit keine verlässliche Grundlage für die kommerzielle Entwicklung und Verbreitung dieser Technologie in Deutschland. Ohnehin haben sich die Aussichten, dass die CCTS-Technologie mittelfristig ein wichtiger Pfeiler der CO2-Vermeidungsstrategie der deutschen Energiewirtschaft sein wird, in der jüngeren Vergangenheit stark eingetrübt. Gründe hierfür sind unter anderen Schwierigkeiten bei der technischen Umsetzung der CO2-Abscheidung, ungelöste regulatorische Fragen des Transports, eine deutliche Reduzierung der zu erwartenden Speicherpotentiale sowie die starke Ablehnung der gesamten Prozesskette durch die jeweils betroffene Bevölkerung und einige Landespolitiker. So bleibt der Einsatz von CCTS in der zukünftigen Energieversorgung unter den heutigen Bedingungen in Deutschland und Europa eher fraglich
An LLVM Instrumentation Plug-in for Score-P
Reducing application runtime, scaling parallel applications to higher numbers
of processes/threads, and porting applications to new hardware architectures
are tasks necessary in the software development process. Therefore, developers
have to investigate and understand application runtime behavior. Tools such as
monitoring infrastructures that capture performance relevant data during
application execution assist in this task. The measured data forms the basis
for identifying bottlenecks and optimizing the code. Monitoring infrastructures
need mechanisms to record application activities in order to conduct
measurements. Automatic instrumentation of the source code is the preferred
method in most application scenarios. We introduce a plug-in for the LLVM
infrastructure that enables automatic source code instrumentation at
compile-time. In contrast to available instrumentation mechanisms in
LLVM/Clang, our plug-in can selectively include/exclude individual application
functions. This enables developers to fine-tune the measurement to the required
level of detail while avoiding large runtime overheads due to excessive
instrumentation.Comment: 8 page
Hohe Unsicherheiten bei der CO2-Abscheidung: eine Energiebrücke ins Nichts?
Am 14. Juli 2010 brachte die Bundesregierung zum zweiten Mal einen Gesetzesentwurf zur CO2-Abscheide-, Transport- und Speichertechnologie (Carbon Capture, Transport, and Storage, CCTS) in das parlamentarische Verfahren ein. Der erste Vorstoß war unter der Großen Koalition im Jahr 2009 am Widerstand der unionsgeführten Länder gescheitert. Der nun vorliegende Entwurf bleibt weit hinter den notwendigen Maßnahmen zurück, die eine großtechnische Erprobung der gesamten CCTS-Prozesskette ermöglichen würde. Er schafft somit keine verlässliche Grundlage für die kommerzielle Entwicklung und Verbreitung dieser Technologie in Deutschland. Ohnehin haben sich die Aussichten, dass die CCTS-Technologie mittelfristig ein wichtiger Pfeiler der CO2-Vermeidungsstrategie der deutschen Energiewirtschaft sein wird, in der jüngeren Vergangenheit stark eingetrübt. Gründe hierfür sind unter anderen Schwierigkeiten bei der technischen Umsetzung der CO2-Abscheidung, ungelöste regulatorische Fragen des Transports, eine deutliche Reduzierung der zu erwartenden Speicherpotentiale sowie die starke Ablehnung der gesamten Prozesskette durch die jeweils betroffene Bevölkerung und einige Landespolitiker. So bleibt der Einsatz von CCTS in der zukünftigen Energieversorgung unter den heutigen Bedingungen in Deutschland und Europa eher fraglich.CCTS
Upward Translation of Optimal and P-Optimal Proof Systems in the Boolean Hierarchy over NP
We study the existence of optimal and p-optimal proof systems for classes in
the Boolean hierarchy over . Our main results concern
, i.e., the second level of this hierarchy:
If all sets in have p-optimal proof systems, then all sets in
have p-optimal proof systems. The analogous implication for
optimal proof systems fails relative to an oracle.
As a consequence, we clarify such implications for all classes
and in the Boolean hierarchy over : either we can
prove the implication or show that it fails relative to an oracle. Furthermore,
we show that the sets and have p-optimal proof
systems, if and only if all sets in the Boolean hierarchy over
have p-optimal proof systems which is a new characterization of a conjecture
studied by Pudl\'ak
- …