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

verifImpIsRun

verifImpIsRun(
g_sessionId
t_libName
t_cellName
t_viewName
t_historyName
)
=> t / nil

Description

Checks if the specified implementation cellview can be run from a Verifier session.

You can load the simulation results from the selected history of an implementation cellview that cannot be run from Verifier.

Arguments

g_sessionId

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

t_libName

The library name of the implementation.

t_cellName

The cell name of the implementation.

t_viewName

The view name of the implementation.

t_historyName

The history name of the implementation.

Value Returned

t

The implementation has the Run check box checked.

nil

The specified implementation does not exist or cannot be run from Verifier.

Examples

The following example shows how to use this function.

sess = verifOpenCellView("test" "sample" "verifier")
=> 0
verifImpIsRun(sess "test" "sample" "maestro" "Active")
=> t

Related Topics

verifRun

verifSetImpRun

verifCheck

verifCheckImp

verifStop

Simulation and Results Extraction Functions


Return to top
 ⠀
X