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

relxGetMosAgingTimeVal

relxGetMosAgingTimeVal (
t_sessionName
)
=> t_agingTimeValue / nil

Description

Returns the aging time value of the simulation in the specified session. The aging time can be 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_agingTimeValue

When the session is created using Spectre, returns the aging time value of the simulation in the specified session.

nil

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

Examples

In the example given below, suppose the simulation aging time value in the current Spectre session is 10. In this case, the relxGetMosAgingTimeVal function returns the value 10.

session = asiGetCurrentSession()
relxGetMosAgingTimeVal(session)
=> 10

Return to top
 ⠀
X