verifGetImpMapping
verifGetImpMapping(g_sessionId t_libName t_cellName t_viewName t_historyName[ ?runNamet_runName] [ ?testNamet_testName] [ ?outputNamet_outputName[ ?statNamet_statName] ) =>l_reqIds/ nil
Description
Returns the list of requirements that are mapped to the specified mappable object. The mappable object could be an implementation cellview, run, test or output.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
The list of requirements that are mapped to the specified mappable object. |
|
|
The specified mappable object does not exist or is not mapped. |
Examples
Opens a Verifier cellview and gets a list of requirement IDs mapped to the statistical output AC::Overall_Yield.
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetImpMapping(0 "test" "setup" "verifier" "Active" ?testName "AC" ?statName
"AC::Overall_Yield")
=> ("ID_1" "ID_5.1")
Related Topics
Requirement-to-Implementation Mapping Functions
Return to top