4

Write a script to autonomously operate PAT

Im trying to run PAT Algorithimic analysis to optimize a suite of measures but want to do so automatically via script vs manually from the GUI. Is there a way to do this? I understand a work around is to create a bunch of scenarios and run via .OSW/CLI, however I need to operate to PATs optimization engine first in order to determine the scenarios I need to run in OS. Lastly, I understand there was some plans to allow modification of the PAT.json file and associated documentation to support but im not sure of the status of that, or even if can solve my problem.

Any information/ideas most welcome.

Thanks

Dave.

love123's avatar
161
love123
asked 2020-12-15 22:11:25 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2020-12-16 11:43:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

if you turn on the developers tools, under the view tab, you can see the actual metaCLI commands that pat is using and make a ruby script based off of that.

BrianLBall's avatar
2k
BrianLBall
answered 2020-12-18 12:09:11 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very helpful.

love123's avatar love123 (2020-12-23 20:35:03 -0500) edit
add a comment see more comments