如何使用 UliEngineering 在 Python 中计算二极管热电压
你可以使用 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按类别查看类似文章:
Electronics, Python
如果这篇文章对您有帮助,请考虑请我喝杯咖啡或通过 PayPal 捐款,以支持 TechOverflow 上新文章的研究与发布