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

verifGetImpSetPreRunScript

verifGetImpSetPreRunScript(
g_sessionId
t_impSetName
)
=> t_preRunScriptFileName 

Description

Retrieves the pre-run script file name specified for an implementation set.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

t_impSetName

Name of the implementation set.

Value Returned

t_preRunScriptFileName

File name for pre-run script attached to the given implementation set.

nil

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

verifSetImpSetPreRunScript

Implementation Functions


Return to top
 ⠀
X