This function calculates negative-, and zero-sequece impedance filters used in hybrid components. The filters are used as a negative-, and zero-sequece Norton equivalent admittances, representing the single-phase equivalent seen from the three-phase side.
function NegZerFilter extends Modelica.Icons.Function; input Real[1, 18] Z; output Real[1, 18] Y; end NegZerFilter;