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