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
↧