relxDisplayReliabilityForm
relxDisplayReliabilityForm(s_sevSession) =>t/nil
Description
Displays the Reliability form for the specified session.
Arguments
Value Returned
|
For the specified session, the return value is |
|
|
For any others session, returns |
Examples
In this example, the function displays the Reliability form for the specified sev session and returns t.
relxDisplayReliabilityForm(sevSession)
=> t
Return to top