.Spot.Base.Precalculation.baseS

Information

Calculates base-power depending on the choice of units.

"pu":

  S_base = S_nom
"SI":
  S_base = 1

Interface

function baseS
  extends Icons.Function;
  input Base.Types.Units units "SI or pu";
  input SI.ApparentPower S_nom "apparent power";
  output SI.ApparentPower S_base "base power";
end baseS;

Generated at 2024-03-28T19:15:55Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos