Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

relxDisplayReliabilityForm

relxDisplayReliabilityForm(
s_sevSession
)
=> t / nil

Description

Displays the Reliability form for the specified session.

Arguments

s_sevSession

The simulation environment session.

Value Returned

t

For the specified session, the return value is t when the function runs successfully and reliability form is displayed.

nil

For any others session, returns nil.Also, There is an error.

Examples

In this example, the function displays the Reliability form for the specified sev session and returns t.

relxDisplayReliabilityForm(sevSession)
=> t

Return to top
 ⠀
X