This function determines the indices of positive sequence of the symmetrical winding with m phases.
User's guide on symmetrical components and orientation.
function indexPositiveSequence extends Modelica.Icons.Function; input Integer m = 3 "Number of phases"; output Integer ind[numberOfSymmetricBaseSystems(m)] "Number of symmetric base systems"; end indexPositiveSequence;