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

sevGetExpressions

sevGetExpressions(
o_session
[ ?axlTestName t_axlTestName ]
[ ?namedOnly g_namedOnly ]
)
=> l_list

Description

Returns all the expressions in the specified ADE/ADEXL session.

Arguments

o_session

The simulation environment session.

?axlTestName t_axlTestName

Name of the test. If passed, method returns expressions to the corresponding test.

?namedOnly g_namedOnly

If passed, return only named expressions.

Value Returned

l_list

List of name value pairs.

Example

Returns all the named expressions corresponding to the test aaa in sevSession1.

sevGetExpressions("sevSession1" ?axlTestName "aaa" ?namedOnly t)

Return to top
 ⠀
X