axlSetPreRunScriptEnabled
axlSetPreRunScriptEnabled(
t_sessionName
t_testName
g_enabled
)
=> t / nil
Description
Enables or disables execution of pre-run scripts before running simulations.
Arguments
|
Name of the test for which you want to enable or disable execution of a pre-run script. |
|
|
Specifies if the execution of a pre-run script is to be enabled or disabled. |
Value Returned
Examples
The following example enables the execution or pre-run script for the AmpTest1 test:
axlsession=axlGetWindowSession( hiGetCurrentWindow())
"session0"
axlSetPreRunScriptEnabled(axlsession, "AmpTest1", t)
=> t
Related Topics
Return to top