sevAnnotateResults
sevAnnotateResults(t_session t_type) =>t/nil
Description
Annotates the selected results to the schematic window.
Arguments
Value Returned
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