Derivative of function Stepsmoother
function Stepsmoother_der extends Modelica.Icons.Function; input Real func "Input for that result = 100%"; input Real nofunc "Input for that result = 0%"; input Real x "Input for interpolation"; input Real dfunc "Derivative of func"; input Real dnofunc "Derivative of nofunc"; input Real dx "Derivative of x"; output Real dresult; end Stepsmoother_der;