Sets an execution time limit.
Syntax
object.Time (seconds)
The Time method syntax has the following parts:
Part |
Description |
object |
An object of type AmosEngine. |
seconds |
Time limit in seconds. If the time limit is reached, Amos displays the most recent estimates of the parameters and quits, even if the convergence criteria (see the Crit1 and Crit2 methods) have not been met. |
Placement: [1].
Default
There is no time limit.
Remarks
If the time limit specified by the Time method is reached, it will take additional time to complete the output of results. You should allow for this by specifying a value with the Time method that is smaller than any time limit placed on your analysis by the operating system.
Permitted values for the time limit range from one to 2,147,483 seconds.
See Also