.gitignore
CHANGELOG.md
Contributing.rst
LICENSE
README.rst
ruff.toml
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/main.yml
.github/workflows/python-publish.yml
.github/workflows/sphinx_render_docs.yml
docs/Makefile
docs/conf.py
docs/contribute.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/transistordatabase.rst
docs/_templates/pages.html
docs/_templates/versioning.html
docs/_templates/versions.html
docs/documentation/Class_Diagram.pdf
docs/documentation/Class_Diagram.pyns
docs/documentation/Classdiagram.xmi
docs/documentation/Diode_channel_data_negative.png
docs/documentation/Diode_channel_data_negative.svg
docs/documentation/Example_Gecko_Exporter.png
docs/documentation/Example_Simulink_Exporter.png
docs/documentation/Example_Simulink_Exporter.svg
docs/documentation/Matlab.png
docs/documentation/Matlab.svg
docs/documentation/PLECS_thermal_editor.png
docs/documentation/TDB_class_explanation.svg
docs/documentation/TDB_overview_drawing.svg
docs/documentation/Virtual_Datasheet.png
docs/documentation/Virtual_Datasheet.svg
docs/documentation/Why_transistordatabase.png
docs/documentation/Why_transistordatabase.svg
docs/documentation/Workflow.png
docs/documentation/Workflow.svg
docs/documentation/tdb_class_diagram.class.violet.html
docs/documentation/workflow_wp.png
docs/documentation/workflow_wp.svg
docs/images/Diode_channel_data_negative.png
docs/images/Example_Gecko_Exporter.png
docs/images/Example_Simulink_Exporter.png
docs/images/Matlab.png
docs/images/PLECS_thermal_editor.png
docs/images/Virtual_Datasheet.png
docs/images/Why_transistordatabase.png
docs/images/Workflow.png
docs/images/gui_comparison.png
docs/images/gui_create_transistor.png
docs/images/gui_database.png
template_example/CREE_C3M0016120K.json
template_example/CREE_C3M0016120K_Diode.scl
template_example/CREE_C3M0016120K_Switch.scl
template_example/diode_channel_175_-2vgs.csv
template_example/diode_channel_175_-4vgs.csv
template_example/diode_channel_175_0vgs.csv
template_example/diode_channel_25_-2vgs.csv
template_example/diode_channel_25_-4vgs.csv
template_example/diode_channel_25_0vgs.csv
template_example/gate_charge.csv
template_example/soa_t_pulse_100ms.csv
template_example/soa_t_pulse_100us.csv
template_example/soa_t_pulse_10us.csv
template_example/soa_t_pulse_1ms.csv
template_example/switch_channel_175_11V.csv
template_example/switch_channel_175_13V.csv
template_example/switch_channel_175_15V.csv
template_example/switch_channel_175_7V.csv
template_example/switch_channel_175_9V.csv
template_example/switch_channel_25_11V.csv
template_example/switch_channel_25_13V.csv
template_example/switch_channel_25_15V.csv
template_example/switch_channel_25_7V.csv
template_example/switch_channel_25_9V.csv
template_example/switch_channel_m40_11V.csv
template_example/switch_channel_m40_13V.csv
template_example/switch_channel_m40_15V.csv
template_example/switch_channel_m40_7V.csv
template_example/switch_channel_m40_9V.csv
template_example/switch_gate_charge_800V.csv
template_example/switch_on_res_vg_11V.csv
template_example/switch_on_res_vg_13V.csv
template_example/switch_on_res_vg_15V.csv
template_example/switch_switching_eoff_2.5Ohm_600V_25deg_-4V.csv
template_example/switch_switching_eoff_2.5Ohm_800V_25deg_-4V.csv
template_example/switch_switching_eoff_2.5Ohm_800V_75A_-4V.csv
template_example/switch_switching_eon_2.5Ohm_600V_25deg_15V.csv
template_example/switch_switching_eon_2.5Ohm_800V_25deg_15V.csv
template_example/switch_switching_eon_2.5Ohm_800V_75A_15V.csv
template_example/template_example.py
template_example/transistor_V_Eoss.csv
template_example/transistor_c_iss.csv
template_example/transistor_c_iss_detail.csv
template_example/transistor_c_oss.csv
template_example/transistor_c_oss_detail.csv
template_example/transistor_c_rss.csv
template_example/transistor_c_rss_detail.csv
tests/test_database_manager.py
tests/test_tdb_classes.py
tests/master_data/expected_Fuji_2MBI400XBE065-50_Diode(rg_3.3).scl
tests/master_data/expected_Fuji_2MBI400XBE065-50_Diode.scl
tests/master_data/expected_Fuji_2MBI400XBE065-50_Switch(rg_on_3.3)(rg_off_10).scl
tests/master_data/expected_Fuji_2MBI400XBE065-50_Switch.scl
tests/master_data/test_data_CREE_C3M0060065J.json
tests/master_data/test_data_Fuji_2MBI400XBE065-50.json
tests/test_data/CREE_C3M0060065J.json
tests/test_data/database/CREE_C3M0016120K.json
transistordatabase/__init__.py
transistordatabase/checker_functions.py
transistordatabase/colors.py
transistordatabase/constants.py
transistordatabase/data_classes.py
transistordatabase/database_manager.py
transistordatabase/diode.py
transistordatabase/exceptions.py
transistordatabase/exporter.py
transistordatabase/generalplotsettings.py
transistordatabase/helper_functions.py
transistordatabase/mongodb_handling.py
transistordatabase/switch.py
transistordatabase/transistor.py
transistordatabase.egg-info/PKG-INFO
transistordatabase.egg-info/SOURCES.txt
transistordatabase.egg-info/dependency_links.txt
transistordatabase.egg-info/not-zip-safe
transistordatabase.egg-info/requires.txt
transistordatabase.egg-info/top_level.txt
transistordatabase/data/housing_types.txt
transistordatabase/data/module_manufacturers.txt
transistordatabase/examples/first_example.py
transistordatabase/examples/tdb_example/CREE_C3M0016120K.json
transistordatabase/examples/tdb_example/CREE_C3M0060065J.json
transistordatabase/examples/tdb_example/CREE_C3M0065100J.json
transistordatabase/examples/tdb_example/CREE_C3M0120065J.json
transistordatabase/examples/tdb_example/CREE_C3M0120100J.json
transistordatabase/examples/tdb_example/CREE_CAB530M12BM3.json
transistordatabase/examples/tdb_example/CREE_WAB300M12BM3.json
transistordatabase/examples/tdb_example/Fuji_2MBI100XAA120-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI200XAA065-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI200XBE120-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI300XBE065-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI300XBE120-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI400U2B-060.json
transistordatabase/examples/tdb_example/Fuji_2MBI400XBE065-50.json
transistordatabase/examples/tdb_example/Fuji_2MBI600XEE065-50.json
transistordatabase/examples/tdb_example/GaNSystems_GS66506T.json
transistordatabase/examples/tdb_example/Infineon_FF200R12KE3.json
transistordatabase/examples/tdb_example/Infineon_FF300R12KE3.json
transistordatabase/examples/tdb_example/Infineon_IPBE65R050CFD7A.json
transistordatabase/examples/tdb_example/Infineon_IPW65R090CFD7.json
transistordatabase/examples/tdb_example/Mitsubishi_CM200DY-24T.json
transistordatabase/examples/tdb_example/ROHMSemiconductor_SCT3120AW7.json
transistordatabase/examples/tdb_example/Rohm_SCT3060AW7.json
transistordatabase/examples/tdb_example/Semikron_SKM400GB12T4.json
transistordatabase/examples/tdb_example/UnitedSiC_UF3SC065007K4S.json
transistordatabase/gui/CurveCheckerWindow.ui
transistordatabase/gui/InformationWindow.ui
transistordatabase/gui/MainWindow.ui
transistordatabase/gui/PopOutPlotWindow.ui
transistordatabase/gui/ViewCurveWindow.ui
transistordatabase/gui/__init__.py
transistordatabase/gui/boost_converter_functions.py
transistordatabase/gui/boost_converter_schematic.png
transistordatabase/gui/buck_boost_converter_functions.py
transistordatabase/gui/buck_boost_converter_schematic.png
transistordatabase/gui/buck_converter_functions.py
transistordatabase/gui/buck_converter_schematic.png
transistordatabase/gui/comparison_tools_functions.py
transistordatabase/gui/gui.py
transistordatabase/gui/settings.json
transistordatabase/gui/window_icon.png
transistordatabase/images/lea-upb.png
transistordatabase/templates/PLECS_Exporter_template_Diode.txt
transistordatabase/templates/PLECS_Exporter_template_Switch.txt
transistordatabase/templates/VirtualDatasheet_BaseTemplate.html
transistordatabase/templates/VirtualDatasheet_TransistorTemplate.html