I noticed that one can insert simulation setup as annotation within the model, e.g.
annotation(experiment(StartTime = 0, StopTime = 1, Tolerance = 1e-05, Interval = 0.0025));
The annotation can be automatically generated by OMEditor.
Is it possible to specify the integration method?
I have tried the attribute Method and Integration.Method but there is no success.