Quantcast
Viewing all articles
Browse latest Browse all 33813

RE: SKILL function for getting point ID (or netlist directory) in ADE XL

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.

Viewing all articles
Browse latest Browse all 33813

Trending Articles