function FromSpacePhasor import Modelica.Constants.pi; extends Modelica.Icons.Function; input Real x[2] "Space phasor"; input Real x0 "Zero sequence component"; input Integer m "Number of phases"; output Real y[m] "Multi phase output"; end FromSpacePhasor;