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

verifAddImpSet

verifAddImpSet(
g_sessionId
t_impSetName
) 
=> t / nil

Description

Adds a new implementation set in 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

Name of implementation set.

Value Returned

t

The implementation set is added to the specified Verifier session.

nil

The implementation set is not added to the specified Verifier session because of errors.

Examples

The following example opens a Verifier cellview and adds a new implementation set.

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
verifAddImpSet(sessionId "Weekly")
=> t

Related Topics

verifAddImpToImpSet

verifGetImpSets

verifGetImpsInImpSet

verifRemoveImpSet

verifRemoveImpFromImpSet

verifSetImpSetName

Simulation and Results Extraction Functions


Return to top
 ⠀
X