.BuildingSystems.Utilities.SmoothFunctions.softswitch

Softly switches between y0 and y1 at x=x_switch with smoothing f

Interface

function softswitch
  input Real x;
  input Real x_switch;
  input Real y0;
  input Real y1;
  input Real f;
  output Real y;
end softswitch;

Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos