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

maeGetEnabledAnalysis

maeGetEnabledAnalysis(
t_testName
[ ?session t_sessionName ]
)
=> l_analysisNames / nil

Description

Returns a list containing names of all the analyses enabled for the given test.

Arguments

t_testName

Name of the test.

?session t_sessionName

Name of the session.

If not specified, the current session is used.

Value Returned

l_analysisNames

List of the names of analyses enabled for the given test.

nil

The list of analyses names is not returned.

Examples

Returns the list of enabled analyses for a test.

sess= maeOpenSetup("solutions" "ampTest" "maestro")
=> "session0"
maeGetEnabledAnalysis( "solutions:ampTest:2")
=> ("ac" "tran")

Return to top
 ⠀
X