verifSetReqId
verifSetReqId(
g_sessionId
t_reqId
t_newReqId
)
=> t / nil
Description
Sets the ID property for the specified requirement.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
Value Returned
|
Requirement ID has not been updated to t_newReqId because of errors. |
Examples
The following example opens a Verifier cellview and sets the ID of a requirement to "ID4".
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
verifSetReqId(sessionId "ID3" "ID4")
=> t
Related Topics
Return to top