Define default experiment parameters
annotation(experiment(StartTime=0, StopTime=5, Tolerance=1e-6))
experiment_annotation:
annotation"(" "experiment" "(" [experimentOption] {, experimentOption}] ")"
experimentOption:
StartTime "=" ["+" | "-"] UNSIGNED_NUMBER |
StopTime "=" ["+" | "-"] UNSIGNED_NUMBER |
Interval "=" UNSIGNED_NUMBER
Tolerance "=" UNSIGNED_NUMBER
The experiment annotation defines the default start time
(StartTime) in [s], the default stop time
(StopTime) in [s], the suitable time resolution for
the result grid (Interval) in [s], and the default
relative integration tolerance (Tolerance) for
simulation experiments to be carried out with the model or block at
hand.