verifSetReqType
verifSetReqType(
g_sessionId
t_reqId
t_newType
)
=> t / nil
Description
Sets the 'Type' property for the specified requirement in a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
|
|
The value of the requirement verification type. The type value can be one of the following: |
Value Returned
|
Requirement type has not been updated to t_newType because of errors. |
Examples
The following example opens a Verifier cellview and changes the type of specified requirement.
uid = verifOpenCellView("test" "setup" "verifier")
=> 0
verifSetReqType(uid "ID3" "Manual")
=> t
Related Topics
Return to top