Python: Diodenstrom mit der Shockley-Gleichung mit UliEngineering berechnen
English
Deutsch
Du kannst leicht den Strom durch eine Diode mit der Shockley-Gleichung und der UliEngineering-Python-Bibliothek berechnen:
shockley_diode_current.py
from UliEngineering.Electronics.Diode import *
from UliEngineering.EngineerIO import *
current = shockley_diode_current(voltage="600mV", saturation_current="1pA")
print(f"Diodenstrom: {format_value(current, 'A')}")Beispielausgabe
shockley_diode_current_output.txt
Diodenstrom: 13.9 mACheck 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