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