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

verifGetOptions

verifGetOptions(
g_sessionId
[g_getValues]
)
=> l_optionNameList / nil

Description

Returns the list of Verifier preference options. These options are also available in the Preferences form.

Arguments

g_sessionId

Integer, string number, or window specifying the Verifier session ID. For example, 0, "0", or window(2).

g_getValue

When non-nil the return value will be a list of pairs, where each pair will be the name of the option and its current value.

Value Returned

l_optionNameList

The list of all preference options of Verifier.

nil

The command is not successful.

Examples

The following example opens a Verifier cellview and obtains the list of preference options.

uid=verifOpenCell("myLibrary" "myCell" "verifier")
=> 0
verifGetOptions(uid)
=> ("appendimpinfo" "autocreatereports" "batchhtmlreport" "displaycpk" "displaymax" "displaymean" "displaymin" "displaysigmatotarget" "displaystandarddeviation" "displayyield" "enableCoverage" "enablecrossselection" "impjobpolicy" "impresexpperiod" "impuimode" "linkdatasheets" "mappingonetoone" "openhtmldialog" "overwritereports" "palsdir" "palswhere" "reqspecs" "reqspecscheckunits" "simparallelcount" "usereportidenticalhistory" "weightedAverageForCoverage"
)
verifGetOptions(uid t)
=>(("appendimpinfo" t) 
     ("displaycpk" nil)
("displaymax" nil)
("displaymean" nil)
("displaymin" nil)
("displaysigmatotarget" nil)
("displaystandarddeviation" nil)
("displayyield" nil)
("enableCoverage" t)
("enablecrossselection" t)
("impjobpolicy" "")
("impresexpperiod" 0)
("impuimode" nil)
("linkdatasheets" nil)
("mappingonetoone" nil)
("openhtmldialog" nil)
("overwritereports" t)
("palsdir" "")
("palswhere" "currentcellview")
("reqspecs" "Use Requirement Spec and Check")
("reqspecscheckunits" t)
("simparallelcount" 1)
("usereportidenticalhistory" nil)
("weightedAverageForCoverage" t)
   )

Related Topics

verifGetOptionVal

verifSetOptionVal

Verifier Session and Setup Functions


Return to top
 ⠀
X