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