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
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
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
Simulation and Results Extraction Functions
Return to top