.Modelica.Electrical.Machines.SpacePhasors.Functions.FromSpacePhasor

Information

Transformation of space phasor and zero sequence value to polyphase values (of voltages or currents).

Interface

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] "Polyphase output";
end FromSpacePhasor;

Generated at 2025-01-08T19:40:16Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos