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

relxGetMosAgingTimeUnitVal

relxGetMosAgingTimeUnitVal(
t_sessionName
)
=> t_agingTimeUnit / nil

Description

Returns the unit of aging time, which can be represented in years, days, hours, minutes or seconds. Only one unit of time is supported for a given simulation run.

Arguments

t_sessionName

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

Value Returned

t_agingTimeUnit

When the session is created using Spectre, returns the aging time unit.

nil

For any other session, returns nil.Also, There is an error.

Examples

Consider the following example in which you create a session using Spectre simulator. Now, if you run the relxGetMosAgingTimeUnitVal function, it returns the aging time unit in years.

session = asiGetCurrentSession()
relxGetMosAgingTimeUnitVal(session)

Return to top
 ⠀
X