如何获得网络的阻抗矩阵?
How can I get the impedance matrix of the network?
pandapower中有没有计算网络阻抗矩阵的方法?
在 GitHub/Issues 中搜索我想到了这个:
Nodal Admittance Matrix:
Ybus = net._ppc["internal"]["Ybus"].todense()
而
Jacobian Matrix:
J = net._ppc["internal"]["J"].todense()
pandapower中有没有计算网络阻抗矩阵的方法?
在 GitHub/Issues 中搜索我想到了这个:
Nodal Admittance Matrix:
Ybus = net._ppc["internal"]["Ybus"].todense()
而
Jacobian Matrix:
J = net._ppc["internal"]["J"].todense()