.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-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos