verifAddReq
verifAddReq(g_sessionId t_title[ ?reqIdt_reqId] [ ?parentIdt_parentId] [ ?posx_pos] ) => t / nil
Description
Adds a new requirement with the title to the specified Verifier session.
Arguments
Value Returned
Examples
The following example opens a Verifier cellview and adds a requirement:
sess = verifOpenCellView("test" "sample" "verifier")
=>0
Creates a requirement with the given title.
verifAddReq(sess "full_diff_opamp")
=>t
Creates a requirement with ID C1 under requirement ID1.
verifAddReq(sess "A child req" ?reqId "C1" ?parentId "ID1")
=>t
Related Topics
Return to top