sevRetrieveFromEffectiveCDF
sevRetrieveFromEffectiveCDF(t_sevSession) =>t/nil
Description
Retrieves data from the effective CDF. This function should be used before the sevAnnotateResults function.
Arguments
|
The simulation environment session. For more information, see |
||
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