maeRunDspfChecker
maeRunDspfChecker( [?sessiont_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
|
Name of the maestro session where the Spf Checker is to be run. |
||
Value Returned
|
List of the name of the tests that are enabled in the maestro cellview. |
||
Examples
Runs the spf checker for the maestro session fnxSession0.
maeRunDspfChecker("fnxSession0")
=> ("bertlink_osc13_1")
Return to top