verifGetImpSetPreRunScript
verifGetImpSetPreRunScript(g_sessionId t_impSetName) =>t_preRunScriptFileName
Description
Retrieves the pre-run script file name specified for an implementation set.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
File name for pre-run script attached to the given implementation set. |
|
|
Implementation does not exist in the Verifier session, or no script is set for the given implementation set. |
|
Examples
The following example starts a Verifier session with a cellview and retrieves the pre-run script file name specified for an implementation set.
uid = verifOpenCellView("test" "pre-run" "verifier")
=>0
verifGetImpSetPreRunScript(uid "Weekly")
=>"prerun.il"
Related Topics
Return to top