verifSetReqTitle
verifSetReqTitle(
g_sessionId
t_reqId
t_newTitle
)
=> 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 title has not been updated to t_newTitle because of errors. |
Examples
The following example opens a Verifier cellview and sets the title of a requirement to "DC gain".
sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
verifSetReqTitle(sessionId "ID3" "DC gain")
=> t
Related Topics
Return to top