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