.Modelica.Electrical.Polyphase.Functions.indexNonPositiveSequence

Determines the indices of all non positive sequences

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 2025-06-06T18:20:43Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos