First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question
0

psspy.strt and psspy.strt_2 not working

asked Mar 13 '4

SAI_PK gravatar image

updated Mar 13 '4

Hi,

I am running a dynamic simulation(FRT study). I was using pyscripter, when I debugged the code, I found that at "psspy.strt" command the code stops abruptly after adding all DLLs. I checked the API and updated the code to "psspy.strt_2" but still that issue is not solved.

Has anyone faced this issue before, any leads or suggestions would be appreciated

Thanks.

1 answer

Sort by » oldest newest most voted
0

answered Mar 14 '4

perolofl gravatar image

Check the error code from the API:

ierr = psspy.strt_2(options, outfile)
print(ierr)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.
Want to format code in your answer? Here is a one minute demo on Youtube

Add Answer

[hide preview]

Question Tools

Stats

Asked: Mar 13 '4

Seen: 684 times

Last updated: Mar 14 '24