Ask Your Question

TimoHalttunen's profile - activity

2016-08-08 06:07:31 -0500 received badge  Teacher (source)
2016-08-08 06:07:31 -0500 received badge  Self-Learner (source)
2016-06-14 05:12:00 -0500 commented answer How to change dynamic simulation options using python

I think you are incorrect. It is the opposite, so you set the DynPreculdeRun to 1 to Enable checking. Between the two simulations there were a small difference. I don't know what Enable checking does, but there was a difference.

2016-06-10 03:07:31 -0500 answered a question How to change dynamic simulation options using python

Actually ended up finding the answer using PSSE support. You can't. It is a option which is checked from registry and changes made will affect the registry. In my installation of PSSE the path to this registrykey is: HKEYCURRENTUSER\Software\PTI\PSSE33\Dynamic Options\DynPrecludeRun

So to change this option use regedit the way you prefer. I used just the regular regedit, because I was able to varify that this option doesen't change unless somebody willingly checks it while using PSSE.

2016-06-03 02:22:59 -0500 received badge  Famous Question (source)
2016-06-03 02:22:59 -0500 received badge  Popular Question (source)
2016-06-03 02:22:59 -0500 received badge  Notable Question (source)
2016-06-02 05:52:16 -0500 commented question link psse34 to python

http://www.whit.com.au/blog/2011/07/run-psse-from-python-and-not-other-way/ In this blog post the added folder is PSSBIN. However, this is for the full version, so I'm not 100% confident that PSSEXplore supports Python driven usage of PSSE.

2016-06-01 04:37:39 -0500 asked a question How to change dynamic simulation options using python

Hi all,

I'm running dynamic simulations through API using Python. In dynamic simulation options I need to change parameter "Check model data during initialization - Enable checking". Can this be done? I've searched quite a while the API for a method for this action.

Thanks in advance!