0

Save .raw case after updating the transformer limits in python

Hello! I have a quick question to save .raw case in the python script.

I am implementing a python script for changing the voltage limits of the 2-winding transformer using this function from the PSSEv35 API: twowindingchng_6. The code is running without any error and I can see the voltage limit changes being made in the Logfile that is generated after the run. However, I am unable to see these changes in the .raw case file even if I reopen it in PSSE after the successful script run. If you can help me get around this issue or point to a helpful API function that would be great. Cheers!

yugpatel22's avatar
7
yugpatel22
asked 2022-08-31 16:15:02 -0500, updated 2022-08-31 16:19:50 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The API will only change the value in the working files. You have to save current data to a raw data file with API RAWD_2.

perolofl's avatar
3.8k
perolofl
answered 2022-09-01 02:13:04 -0500
edit flag offensive 0 remove flag delete link

Comments

That was helpful. Appreciate your response!

yugpatel22's avatar yugpatel22 (2022-09-01 13:39:17 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer