function FromPolar extends Modelica.Icons.Function; input Real absolute "Magnitude of space phasor"; input Modelica.SIunits.Angle angle "Angle of space phasor"; output Real x[2] "Real and imaginary part of space phasor"; end FromPolar;