.PowerSystems.Utilities.Precalculation.baseV

Information

Calculates base-voltage depending on the choice of units.

"pu":

  V_base = V_nom
"SI":
  V_base = 1

Interface

function baseV
  extends Modelica.Icons.Function;
  input Boolean puUnits "= true if pu else SI units";
  input SI.Voltage V_nom "nom voltage";
  output SI.Voltage V_base "base voltage";
end baseV;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos