function clock import Modelica; extends Modelica.Icons.Function; input Real dummy; output Real clock "time in ms"; end clock;