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

verifSetImpSetName

verifSetImpSetName(
g_sessionId
t_impSetName
t_newImpSetName
)
=> t / nil

Description

Renames the specified implementation set.

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 implementation set.

t_newImpSetName

The new name of implementation set.

Value Returned

t

The specified implementation set is renamed successfully.

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 renames this implementation set in the Verifier session.

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

Related Topics

verifAddImpSet

verifAddImpToImpSet

verifGetImpSets

verifGetImpsInImpSet

verifRemoveImpSet

verifRemoveImpFromImpSet

Simulation and Results Extraction Functions


Return to top
 ⠀
X