verifGetReqParent
verifGetReqParent(g_sessionId t_reqId) =>t_parentReqId/ nil
Description
Returns the ID of the parent of the specified requirement.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
ID of the parent of the specified requirement ID is not returned. |
Examples
The following example opens a Verifier cellview and gets the ID for the parent of the specified requirement.
sessionID=verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetReqParent(sessionId "ID_1.1")
=> "ID_1"
Related Topics
Return to top