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

verifSetReqType

verifSetReqType(
g_sessionId
t_reqId
t_newType
)
=> t / nil

Description

Sets the 'Type' property for the specified 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

The ID for the requirement.

t_newType

The value of the requirement verification type. The type value can be one of the following:

  • Note for notes
  • Spec Pass for specification checks
  • Ran Ok for simulation run status
  • Manual for manual sign-off
  • ExtRef for external references

Value Returned

t

Requirement type has been updated to t_newType.

nil

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

verifCreateRandomId

verifSetReqCellviewHolder

verifSetReqId

verifSetReqProp

verifSetReqTitle


Return to top
 ⠀
X