maeRegTimer
maeRegTimer(t_callbackString x_tenthsofseconds) =>t / nil
Description
Registers or sets a timer to initialize the specified SKILL function after the given time has elapsed during simulation. This timer can be used in ADE interface job customization.
Arguments
|
Time, in tenths of seconds, after which the given SKILL function is run. |
Value Returned
Examples
Sets a timer for the maeStopJob function.
maeRegTimer("maeStopJob(3)" 150)
=> t
Related Topics
Return to top