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

verifCreateBatchScript

verifCreateBatchScript(
g_sessionId
t_scriptFileName
)
=> t / nil

Description

Creates a batch script to rerun the saved Verifier cellview from the command line.

Arguments

g_sessionId

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

t_scriptFileName

The batch script file name.

Value Returned

t

The batch script file is created successfully.

nil

The command is not successful.

Examples

The following example opens a Verifier cellview and creates the batch script file for the specified session.

uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifCreateBatchScript(uid "run")
=> t

Runs the script.

$ virtuoso -replay run -log run.log

Related Topics

verifIsBatchRunProcess

Verifier Session and Setup Functions


Return to top
 ⠀
X