verifRemoveImpFromImpSet
verifRemoveImpFromImpSet(
g_sessionId
t_impLib
t_impCell
t_impView
t_impHistory
t_impSetName
)
=> t / nil
Description
Deletes an implementation from the specified implementation set in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
Examples
The following example opens a Verifier cellview that has an implementation 'opamp090/full_diff_opamp_AC/maestro/Active' and an implementation set 'Weekly'. It deletes this implementation from the specified implementation set.
uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifRemoveImpFromImpSet(uid "Two_Stage_Opamp" "OpAmp" "maestro_nominal" "Active"
"Weekly")
=> t
Related Topics
Simulation and Results Extraction Functions
Return to top