.PowerSysPro.Functions.fromPolar

Information

Complex from polar representation

Interface

function fromPolar
  extends Icons.myFunction;
  input Real len "abs of complex";
  input Types.myAngle phi "arg of complex";
  output Complex c "= len * cos(phi) + j * len * sin(phi)";
end fromPolar;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos