Quantcast
Channel: Jason Andrews Blog
Viewing all articles
Browse latest Browse all 33813

How to access from skill the psf dirs of a parametric analysis?

$
0
0
Hi there, How can I access from skill the results directories of a parametric analysis. Saving it as ocean file the swept variables looks like this paramAnalysis("Vsel" ?values '(1 2 3 ) ?sweepType 'paramset paramAnalysis("Vesd" ?values '(2000 2000 4000 ) ?sweepType 'paramset )) paramRun( ?jobName "job" ?drmsCmd "ifxADEL -tools=mmsim -ncpu=2" ) What I want is that people run a parametric analysis and then a script to automatically identify the psf dirs, to postprocess spectre.out and eventually to postprocess the 'tran result database from the same dir(based on what we found in spectre.out). Right now the code looks like this: sId = asiGetCurrentSession() topPsfDir = asiGetResultsPsfDir(sId) and then we parse the runObjFile file from the respective topPsfDir, but there we have some problems. I hope there is something better than this approach (an API). virtuoso version v6.1.5+ assumption is that the skill script will be run immediately after the parametric analysis (it could be a "Parametric Set" or "Sweep & Ranges"). Best Regards, Marcel

Viewing all articles
Browse latest Browse all 33813

Trending Articles