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
Value Returned
|
When the session is created using Spectre, this function returns |
|
Examples
The function sets the aging value as 10 in the current session.
session = asiGetCurrentSession()
relxSetAgingVal(session ’10’)
=> t
Return to top