.Modelica.Electrical.Polyphase.Functions.indexNonPositiveSequence

Information

This function determines the indices of non-positive sequence of the symmetrical winding with m phases.

See also

User's guide on symmetrical components and orientation.

Interface

function indexNonPositiveSequence
  extends Modelica.Icons.Function;
  input Integer m = 3 "Number of phases";
  output Integer ind[numberOfSymmetricBaseSystems(m)*(integer(m/numberOfSymmetricBaseSystems(m)) - 1)] "Indices of non positive sequences";
end indexNonPositiveSequence;

Generated at 2024-12-11T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos