Quantcast
Channel: Cadence Custom IC Design Forum
Viewing all articles
Browse latest Browse all 4893

Access simulation data with OCEAN command getResult() / method description of classType famLeafAnalysis

$
0
0

Hello,

I would like to iterate through my dcOpInfo results to check automatically for every bsim3v3 instance the region parameter (as an example).


I found the OCEAN report() function. But it does not suit well because I get only a text output.

With the OCEAN command getResult(?result dcOpInfo) I can get a stdobj.

I succeeded also to get the class type/name of this object with:

className( classOf( myRes))

It's name is famLeafAnalysis

and I got also  the class hierarchy with:

myRes = getResult(?result 'dcOpInfo)

L = superclassesOf( classOf( myRes))

=> (class:famLeafAnalysis class:famAnalysis class:standardObject class:t)

foreach( mapcar classObject L className( classObject))

=> (famLeafAnalysis famAnalysis standardObject t)

Now I am stucked. I find no information on these type of objects.

How can I access to simulation data ?

My virtuoso version is:

@(#)$CDS: virtuoso version 6.1.7-64b 05/24/2016 18:54 (sjfbm187) $

Best regards

Hans


Viewing all articles
Browse latest Browse all 4893

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>