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

verifGetCustomFieldValue

verifGetCustomFieldValue(
g_sessionId
t_fieldName
)
=> l_fieldvalue / nil

Description

Retrieves the value of a custom field available 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_fieldName

String specifying the name of the custom field.

Value Returned

l_fieldvalue

List of values for the specified custom field in the session.

nil

There is no custom field in the session, or the command failed.

Examples

The following example opens a Verifier cellview and retrieves the value of the custom field:

uid = verifOpenCellView("test" "results" "verifier")
=> 0
verifGetCustomFieldValue(uid "Email")
=> tom@cadence.com"

Related Topics

verifGetCustomFieldNames

verifGetReqCustomFieldNames

verifGetReqCustomFieldValue

verifSetCustomFieldValue

verifSetReqCustomFieldValue


Return to top
 ⠀
X