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

verifSetImpRun

verifSetImpRun(
g_sessionId
t_impLib
t_impCell
t_impView
t_impHistory
g_runState
)
=> t / nil

Description

Sets the check state of the Run check box for the specified implementation in a Verifier session.

Arguments

g_sessionId

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

t_impLib

The library name of the implementation.

t_impCell

The cell name of the implementation.

t_impView

The view name of the implementation.

t_impHistory

The history name of the implementation.

g_runState

The run state of the implementation.

Value Returned

t

Sets the run state of implementation successfully.

nil

The specified implementation does not exist or the command is not successful.

Examples

The following example opens a Verifier cellview that has an implementation 'opamp090/full_diff_opamp_AC/maestro/Active' and enables the run state for this cellview.

uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifSetImpRun(uid "opamp090" "full_diff_opamp_AC" "maestro" "Active" t)
=> t

Related Topics

verifImpIsRun

verifRun

verifCheck

verifCheckImp

verifStop

Simulation and Results Extraction Functions


Return to top
 ⠀
X