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

relxSetAgingVal

relxSetAgingVal (
t_sessionName
g_value
)
=> t / nil

Description

Enables or disables aging for simulation in the specified session. Also sets the specified simulation aging value, while enabling aging.

Arguments

t_sessionName

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

g_value

Aging value that you want to set. The format of value depends on the definition of aging variable.

Value Returned

t

When the session is created using Spectre, this function returns t, when the aging value is successfully set.

nil

Returns nil when there is an error.

Also, returns nil for any other sessions.

Examples

The function sets the aging value as 10 in the current session.

session = asiGetCurrentSession()
relxSetAgingVal(session ’10’)
=> t

Return to top
 ⠀
X