sevGetExpressions
sevGetExpressions(o_session[ ?axlTestNamet_axlTestName] [ ?namedOnlyg_namedOnly] ) =>l_list
Description
Returns all the expressions in the specified ADE/ADEXL session.
Arguments
|
Name of the test. If passed, method returns expressions to the corresponding test. |
|
Value Returned
Example
Returns all the named expressions corresponding to the test aaa in sevSession1.
sevGetExpressions("sevSession1" ?axlTestName "aaa" ?namedOnly t)
Return to top