verifSetImpSetName
verifSetImpSetName(
g_sessionId
t_impSetName
t_newImpSetName
)
=> t / nil
Description
Renames the specified implementation set.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
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
Simulation and Results Extraction Functions
Return to top