Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

t_callbackString

Name of the maestro session to be initialized.

x_tenthsofseconds

Time, in tenths of seconds, after which the given SKILL function is run.

Value Returned

t

The timer is set.

nil

The timer is not set or the function is not found.

Examples

Sets a timer for the maeStopJob function.

maeRegTimer("maeStopJob(3)" 150)
=> t

Related Topics

maeStopJob


Return to top
 ⠀
X