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

relxIsAgingOn

relxIsAgingOn(
t_sessionName
)
=> t / nil

Description

Checks whether aging is ON or OFF in the specified session.

Arguments

t_sessionName

Name of the Spectre session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t

Aging is ON in the specified Spectre session.

nil

Aging is OFF in the specified Spectre session or if there is an error.

Also, returns nil for any other sessions.

Examples

In this example, the function returns t if aging is ON in the current session.

session = asiGetCurrentSession()
relxIsAgingOn (session)
=> t

Return to top
 ⠀
X