.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-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos