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

sevAnnotateResults

sevAnnotateResults(
t_session 
t_type
)
=> t / nil

Description

Annotates the selected results to the schematic window.

Arguments

t_session

The simulation environment session.

t_type

The type of results to annotate to the schematic. The possible values are: 'componentParameters, 'modelParameters, 'dcOpPoints, 'tranOpPoints, 'netNames, 'dcNodeVoltages, 'tranNodeVoltages, 'defaults, 'dcTermCurrents, 'tranTermCurrents, 'pinNames, or 'voltageLevels.

Value Returned

t

The call is successful.

nil

The call is unsuccessful.

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