.Spot.Base.Precalculation.baseI

Information

Calculates base-current depending on the choice of units.

"pu":

  I_base = S_nom/V_nom;
"SI":
  I_base = 1;

Interface

function baseI
  extends Icons.Function;
  input Base.Types.Units units "SI or pu";
  input SI.Voltage V_nom "nom voltage";
  input SI.ApparentPower S_nom "apparent power";
  output SI.Current I_base "base current";
end baseI;

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