Hi, Try this: session=axlGetWindowSession() historyName=axlGetHistoryName( axlGetCurrentHistory(session)) rdb=axlReadHistoryResDB(historyName) foreach(test rdb->tests() printf("Point %d Corner %L Test %s | The netlist directory is : %s \n" test->pointID test->cornerName test->name strcat( test->resultsDir "/netlist")) ) test->resultsDir returns the results directory of each sim point which is the dir that includes the netlist and psf folders. Using strcat I have added '/netlist' to point to the netlist directory. Regards, DimitraImage may be NSFW.
Clik here to view.
Clik here to view.
