如何使用 UliEngineering 在 Python 中计算二极管小信号电阻
你可以使用 UliEngineering Python 库轻松计算二极管的小信号电阻:
shockley_diode_small_signal_resistance.py
from UliEngineering.Electronics.Diode import *
from UliEngineering.EngineerIO import *
resistance = shockley_diode_small_signal_resistance(current="1mA")
print(f"Small-signal resistance: {format_value(resistance, 'Ω')}")示例输出
shockley_diode_small_signal_resistance_output.txt
Small-signal resistance: 25.7 ΩCheck 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