First time here? Check our help page!
2

How to get all the local results out of Parametric Analysis Tool (PAT)?

I am using PAT to run about 10,000 simulations and need each of the result in local results. I, however am getting only the first 150 results. Please advise.

Alex Bennett's avatar
327
Alex Bennett
asked 2018-11-26 04:50:23 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-11-26 11:01:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

Here were a couple previous answers on how to download all the datapoints: https://unmethours.com/question/27370...

shorowit's avatar
11.8k
shorowit
answered 2018-11-26 17:08:08 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

If you want high level data you can download the results.csvfile from the analysis page on the server. This contains argument values for each datapoint as well as output variables that have been setup based on runner.registerValue objects. If you want to download a specific datapoint after reviewing the high level data, that can also be done from the server by downloading a zip file for any datapoint. If you want to download all datapoints then a script can be setup to loop through dataopints for an analysis on the server and download a zpi file for each dataopint. If this is what you are interested in I can see if we have an example script posted (or I'll post one if we don't have it). Our most common use case for this is to download time series CSV file generated by a reporting measure. We also have approaches to cleanup the run directory to minimize download size.

David Goldwasser's avatar
20.4k
David Goldwasser
answered 2018-11-26 15:08:18 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments