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

sevRetrieveFromEffectiveCDF

sevRetrieveFromEffectiveCDF(
t_sevSession
)
=> t / nil

Description

Retrieves data from the effective CDF. This function should be used before the sevAnnotateResults function.

Arguments

t_sevSession

The simulation environment session. For more information, see sevSession.

Value Returned

t

The function call is successful.

nil

Indicates an error.

Example

The following example calls the sevRetrieveFromEffectiveCDF function to retrieve the data from the effective CDF and then calls sevAnnotationResults function to annotate the selected results.

cellId = ddGetObj( "analogLib" "res" )
opPointLabels="v i"
cdfId=cdfCreateUserCellCDF( cellId )
cdfId->opPointLabelSet = opPointLabels
sevRetrieveFromEffectiveCDF(sevSession(hiGetCurrentWindow()))
sevAnnotateResults( sevSession(hiGetCurrentWindow()) 'dcOpPoints)

Return to top
 ⠀
X