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

reading sens1 values from dcOpSens is very slow

$
0
0
Hi *, I'm trying to read some data from a dc sensitivity analysis. For now I have two nested foreach loops something like foreach(refSig refSigList foreach(instName instDataTable // some code sensVal = getData(strcat("sens1:" refSigSim "," instName ":dc") ?result "dcOpSens") // some code ) ) But it is very slow, for 2 X 1838 combinations it takes ~22seconds shown in profiler. And most of it > 21seconds is spent in getData(). Is there other faster method to get this data? What I've noticed is that from VIVA results browser if I'm generating the table with all signals and associated values it is much faster , less than 14 seconds. Best Regards, Marcel

Viewing all articles
Browse latest Browse all 33813