Return total power as function of phase voltages and currents
function activePower extends Modelica.Icons.Function; input Voltage v[n] "phase voltages"; input Current i[n] "phase currents"; output SI.ActivePower P "active system power"; end activePower;