你可以使用 UliEngineering Python 库轻松计算二极管的热电压:
diode_thermal_voltage.py
from UliEngineering.Electronics.Diode import *
from UliEngineering.EngineerIO import *
thermal_voltage = diode_thermal_voltage("25°C")
print(f"Thermal voltage: {format_value(thermal_voltage, 'V')}")示例输出
diode_thermal_voltage_output.txt
Thermal voltage: 25.7 mV