function RunAndCompare extends Modelica.Icons.Function; input Modelica.Units.SI.Time tsim = 100 "Simulation time"; input Integer numberOfIntervalsin = 10000 "No. of intervals"; input String methodin = "Dassl" "Solver"; input Real fixedstepsizein = 1e-3 "Time step - needed only for fixed time step solvers"; input String modelA = "OpenIPSL.Examples.Tutorial.Example_4.Experiments.SMIB"; input String modelB = "OpenIPSL.Examples.Tutorial.Example_4.Experiments.SMIBVarLoad"; end RunAndCompare;