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

verifSetReqProp

verifSetReqProp(
g_sessionId
t_reqId
t_propertyName
t_propertyValue
)
=> t / nil

Description

Sets the 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_propertyName

Name of the property to be set.

t_propertyValue

New value of the property.

Value Returned

t

Property value was set.

nil

Property value was not set because of errors.

Examples

The following example opens a Verifier cellview and sets the type to Note.

sessionId = verifOpenCellView("test" "setup" "verifier")
=> 1
verifSetReqProp(sessionId "ID3" "type" "Note")
=> t

Related Topics

verifCreateRandomId

verifSetReqCellviewHolder

verifSetReqId

verifSetReqTitle

verifSetReqType


Return to top
 ⠀
X