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

maeRunDspfChecker

maeRunDspfChecker(
[ ?session t_sessionName ]
)
=> l_testName

Description

Runs the Spf Checker utility for the tests that have DSPF files in the setup.

You can view the results of this utility in the DSPF section of the EMIR Analysis Setup form.

Arguments

?session t_sessionName

Name of the maestro session where the Spf Checker is to be run.

Value Returned

l_testName

List of the name of the tests that are enabled in the maestro cellview.

Even though the function returns the names of all the enabled tests, the Spf Checker utility is run only for those tests that have DSPF files in the setup.

Examples

Runs the spf checker for the maestro session fnxSession0.

maeRunDspfChecker("fnxSession0")
=> ("bertlink_osc13_1")

Return to top
 ⠀
X