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

relxIsStressOn

relxIsStressOn(
t_sessionName
)
=> t / nil

Description

Checks whether the stress 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

The stress is ON in the specified session.

nil

The stress is OFF or if there is an error.

Also, returns nil when you are using other sessions.

Examples

In this example, the stress is ON in the current session.

session = asiGetCurrentSession()
relxIsStressOn (session)
=> t

Return to top
 ⠀
X