Return phase currents
function phaseCurrents extends Modelica.Icons.Function; input Current I "system current"; input SI.Angle phi = 0 "phase angle"; output Current i[n] "phase currents"; end phaseCurrents;