Skip to content

Support calculating sequence impedances

Choose a tag to compare

@AnjoMan AnjoMan released this 12 Mar 18:27
d63571f

Sequence Impedances can be calculated from phase-impedance matrix using the formula z₀₁₂ = Aₛ⁻¹ ⋅ z_abc ⋅ Aₛ. This release adds calculate_sequence_impedance_matrix which implements this formula, as well as calculate_sequence_impedances which reduces the impedance to a balanced z1, z0 pair. H/T to @bluejuniper for the implementation