Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiRegTimer

hiRegTimer(
t_callbackString
x_tenthsofSeconds
)
=> t / nil

Description

Registers a SKILL function string that is initialized after the specified time.

Cadence recommends that you use hiEnqueueCmd to register a command that is called later without strict timing requirement.

Arguments

t_callbackString

SKILL function name (string) that is to be executed after the specified time (x_tenthsofSeconds).

x_tenthsofSeconds

Time, in tenths of seconds, after which the callback is run.

Values Returned

t

The function was successful.

nil

There was an error.

Related Topics

General Environmental Functions

hiEnqueueCmd


Return to top
 ⠀
X