Diode : comment calculer la tension thermique en Python avec UliEngineering
Vous pouvez facilement calculer la tension thermique d’une diode avec la bibliothèque Python UliEngineering :
diode_thermal_voltage.py
from UliEngineering.Electronics.Diode import *
from UliEngineering.EngineerIO import *
thermal_voltage = diode_thermal_voltage("25°C")
print(f"Tension thermique : {format_value(thermal_voltage, 'V')}")Exemple de sortie
diode_thermal_voltage_output.txt
Tension thermique : 25.7 mVConsultez les articles similaires par catégorie :
Electronics, Python
Si cet article vous a aidé, pensez à m'offrir un café ou à faire un don via PayPal pour soutenir la recherche et la publication de nouveaux articles sur TechOverflow