relxSetReliabilityVal
relxSetReliabilityVal(t_sessionNameg_value) =>t/nil
Description
Enables or disables the Reliability analysis in the specified session.
Arguments
Value Returned
|
The reliability analysis is enabled in the specified Spectre session. |
|
|
The reliability analysis is disabled or if there is an error. |
Examples
In this example, the function returns t because you enable the reliability analysis in the current session.
session = asiGetCurrentSession()
relxSetReliabilityVal (session t)
=> t
Return to top