如何使用 Python 计算 MOSFET 栅极充电损耗功率
你可以使用 UliEngineering 库计算每秒给定次数下将特定 MOSFET 充电到特定栅极电压所损失的功率:
mosfet_gate_charge.py
from UliEngineering.Electronics.MOSFET import mosfet_gate_charge_losses
from UliEngineering.EngineerIO import auto_format
auto_format(mosfet_gate_charge_losses, "31nC", "9V", "1MHz")
# Prints '279 mW'Check out similar posts by category:
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