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

verifRemoveImpSet

verifRemoveImpSet(
g_sessionId
t_impSetName
)
=> t/nil

Description

Deletes the implementation set from the specified Verifier session.

Arguments

g_sessionId

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

t_impSetName

The name of the implementation set.

Value Returned

t

The specified implementation set is deleted from the Verifier session.

nil

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

Examples

The following example opens a Verifier cellview that has an implementation set 'Weekly'. It deletes this implementation set from the Verifier session.

uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifRemoveImpSet(uid "Weekly")
=> t

Related Topics

verifAddImpSet

verifAddImpToImpSet

verifGetImpSets

verifGetImpsInImpSet

verifRemoveImpFromImpSet

verifSetImpSetName

Simulation and Results Extraction Functions


Return to top
 ⠀
X