Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

verifSetReqId

verifSetReqId(
g_sessionId
t_reqId
t_newReqId
)
=> t / nil

Description

Sets the ID property for the specified requirement.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

t_reqId

The ID for the requirement.

t_newReqId

The new ID for the requirement.

Value Returned

t

Requirement ID has been updated to t_newReqId.

nil

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

verifCreateRandomId

verifSetReqCellviewHolder

verifSetReqProp

verifSetReqTitle

verifSetReqType


Return to top
 ⠀
X