Calculates factor of DC-voltage from RMS Y-voltage
function factorY2DC extends Modelica.Icons.Function; import Modelica.Constants.pi; import Modelica.Electrical.Polyphase.Functions.numberOfSymmetricBaseSystems; input Integer m = 3 "Number of phases"; output Real y "Factor Yrms to DC"; end factorY2DC;