Python: Thermospannung einer Diode mit UliEngineering berechnen
English
Deutsch
Du kannst leicht die Thermospannung einer Diode mit der UliEngineering-Python-Bibliothek berechnen:
diode_thermal_voltage.py
from UliEngineering.Electronics.Diode import *
from UliEngineering.EngineerIO import *
thermal_voltage = diode_thermal_voltage("25°C")
print(f"Thermospannung: {format_value(thermal_voltage, 'V')}")Beispielausgabe
diode_thermal_voltage_output.txt
Thermospannung: 25.7 mVCheck out similar posts by category:
Electronics, Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow