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