verifGetTypicalSetup
verifGetTypicalSetup(g_sessionId) =>l_typicalSetup/nil
Description
Retrieves the typical setup from a Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
|
Disembodied property list (DPL) containing the typical setup of the specified session. |
|
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
Return to top