Is there any way to calculate impedance matrix of the network in pandapower?
Searching in GitHub/Issues I came up with this:
Nodal Admittance Matrix:
Ybus = net._ppc["internal"]["Ybus"].todense()
While the
Jacobian Matrix:
J = net._ppc["internal"]["J"].todense()