Sets the time step used to execute a model.
设定用于执行一个模型时间步长。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function gets the current time for a model instance. This is the time to which it was last reset or executed. If an execution returns a non-zero value, the current time will be the time at which the interruption occurred.
此函数获取当前时间的模型实例。这是它最后一次复位或执行的时间。如果一个执行返回一个非零值,当前的时间将是在该中断发生的时间。
用法----------Usage----------
get.model.time(instance.handle)
参数----------Arguments----------
参数:instance.handle
The handle returned by create.model(), identifying an executable model instance.
返回的句柄由create.model(),确定一个可执行的模型实例。
值----------Value----------
Current time for the model instance, as a real.
模型的实例,作为一个真正的当前时间。