Return phase powers
function phasePowers_vi extends Modelica.Icons.Function; input Voltage v[n] "phase voltages"; input Current i[n] "phase currents"; output SI.Power p[n] "phase powers"; end phasePowers_vi;