.PowerSystems.Utilities.Math.sign_gt

Information

Calculates the "sign" function

  sig = 1 if x[k] >  b else 0
component-wise.

Interface

function sign_gt
  extends Modelica.Icons.Function;
  input Real[:] x "argument";
  input Real b(min = 0) "threshold value";
  output Real[size(x, 1)] y "characteristic function of x > b";
end sign_gt;

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