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
|
Name of the Spectre session. You can also use the |
Value Returned
|
When the session is created using Spectre, returns the aging time value of the simulation in the specified session. |
|
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