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

axlGetPreRunScript

axlGetPreRunScript(
t_sessionName
t_testName
)
=> t_filePath

Description

Returns the path to the pre-run script file attached to the given test.

Arguments

t_session

Name of the session or a handle to it.

t_testName

Name of the test for which you want to get the path to the pre-run script.

Value Returned

t_filePath

Path to the script file.

If no script is set for the given test, returns a blank string.

Examples

The following example returns the details of the pre-run script for the AmpTest1 test:

axlsession=axlGetWindowSession( hiGetCurrentWindow())
"session0"
axlGetPreRunScript(axlsession, "AmpTest1")
=> "./myScript"

Related Topics

axlSetPreRunScript

axlSetPreRunScriptEnabled

axlImportPreRunScript


Return to top
 ⠀
X