This function generates a smooth set point signal
function fSmoothStep input Real t; input Real tin; input Real alfa; input Real M; input Real yin; input Real yfin; output Real y; end fSmoothStep;