.Spot.Base.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 Icons.Function;
  input Base.Types.Units units "SI or pu";
  input SI.Voltage V_nom "nom voltage";
  output SI.Voltage V_base "base voltage";
end baseV;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos