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

verifGetReqParent

verifGetReqParent(
g_sessionId
t_reqId
)
=> t_parentReqId / nil

Description

Returns the ID of the parent of 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

ID of the requirement.

Value Returned

t_parentReqId

ID of the parent of the specified requirement ID.

nil

ID of the parent of the specified requirement ID is not returned.

Examples

The following example opens a Verifier cellview and gets the ID for the parent of the specified requirement.

sessionID=verifOpenCellView("test" "setup" "verifier")
=> 0
verifGetReqParent(sessionId "ID_1.1")
=> "ID_1"

Related Topics

verifGetReferencedCellViews

verifGetReqs

verifGetReqProp

verifGetReqProps

verifGetReqStatus


Return to top
 ⠀
X