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

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

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.

t_impSetName

The name of the implementation set.

Value Returned

t

The specified implementation is deleted from the implementation set.

nil

The specified implementation set does not exist, the specified implementation cellview is not available in the implementation set, 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 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

verifAddImpSet

verifAddImpToImpSet

verifGetImpSets

verifGetImpsInImpSet

verifRemoveImpSet

verifSetImpSetName

Simulation and Results Extraction Functions


Return to top
 ⠀
X