This function calculates impedance matrices of a three-phase transformer modeled as a pi-equivalent.
The transformer that uses this function should have its primary and secondary windings connected in wye (star).
function Y_Y extends Modelica.Icons.Function; input Real X; input Real R; input Real tap; output Real[12, 12] PiMatrix; end Y_Y;