﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2547	No math parsing for experiment annotation	Jan Kokert	probably noone	"Hi!

Thanks to the great fix in r18715, it is now possible to use the experiment annotation with StartTime, StopTime and Interval.
But sadly no math evaluation is done to rewrite the numbers for better readability, as demonstrated beneath:
(stopTime will be 1 and NumberofIntervals will be 500, which are the standard values :-(


{{{
model Test
  Real x;
equation
  x = sin(3.141 * time / (3600 * 24));
  annotation(experiment(StopTime = 60 * 60 * 24, Interval = 2 * 5));
end Test;
}}}

A warning appears:
{{{
[:0:0-0:0] Warning: Ignoring unknown experiment annotation option: StopTime = 60 * 60 * 24
}}}
"	enhancement	new	normal	Future	Backend	trunk		math parsing experiment annotation	
