relxGetReliabilityOptionVal
relxGetReliabilityOptionVal(t_sessionName s_optionName) =>t_reliabilityOptionValue/ nil
Description
Returns the value of the specified Reliability option variable in the given session.
It is a unit function for netlist and control flow. It is recommended not to rewrite this function.
Arguments
Value Returned
|
For Spectre session, returns the value of the specified Reliability option. |
|
Examples
In this example, the function returns the value of Reliability option xyz.
session = asiGetCurrentSession()
relxGetReliabilityOptionVal(session 'xyz')
Return to top