.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-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos