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

verifGetReqProps

verifGetReqProps(
g_sessionId
t_reqId
[ g_inherited ]
)
=>o_reqProps / nil

Description

Returns all the properties of a requirement in a Verifier session.

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.

g_inherited

Boolean value that controls the retrieval of property values. Setting it to t retrieves the inherited property value, whereas setting it to nil or a blank retrieves its own property value.

This argument is optional.

Value Returned

o_reqProps

Properties of a requirement in a Verifier session.

nil

Properties of a requirement in a Verifier session were not found.

Examples

The following example opens a Verifier cellview and retrieves the properties for the requirement ID_1.1:

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 0
tableToList(verifGetReqProps(sessionId "ID_1.1" t))
(("Unit" "")
("Description" "")
("MinSpec" "0.98")
("ID" "ID_1.1")
("Parent" "ID_1")
("MaxSpec" "")
("Title" "Swing")
("Type" "Spec Pass")
("Owner" "Tom")
("ReadOnly" "false")
("VerificationSpace" "")
("HierId" "1.1")
)

Related Topics

verifGetReferencedCellViews

verifGetReqs

verifGetReqParent

verifGetReqProp

verifGetReqStatus


Return to top
 ⠀
X