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

verifGetTypicalSetup

verifGetTypicalSetup(
g_sessionId
)
=> l_typicalSetup / nil 

Description

Retrieves the typical setup from a Verifier session.

Arguments

g_sessionId

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

Value Returned

l_typicalSetup

Disembodied property list (DPL) containing the typical setup of the specified session.

nil

There is no typical setup or there are some failures.

Examples

The following example starts a Verifier session with a cellview and then retrievs the typical setup.

sessionId = verifOpenCellView("amsPLL" "TOP_verification" "verification"
=> 0
verifGetTypicalSetup(sessionId)
=> (nil vdd "1.5")

Related Topics

verifGetImpData

verifSetImpSetPreRunScript

Implementation Functions


Return to top
 ⠀
X