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

RE: Programmatically accessing the list of results in ADE-XL

$
0
0
You can do this: rdb=axlReadHistoryResDB("Interactive.6") foreach(test rdb->tests() printf("Point: %d Corner %L Test %s resultsDir %s\n" test->pointID test->cornerName test->name test->resultsDir) ) This will give you the result for each sweep point, corner name and test combination. You certainly should not try to parse the (undocumented) runObjFile. Regards, Andrew

Viewing all articles
Browse latest Browse all 33813

Trending Articles