Ask Your Question
0

psspy.strt and psspy.strt_2 not working

asked 2024-03-13 18:08:31 -0500

SAI_PK gravatar image

updated 2024-03-13 18:43:27 -0500

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-03-14 05:24:12 -0500

perolofl gravatar image

Check the error code from the API:

ierr = psspy.strt_2(options, outfile)
print(ierr)
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2024-03-13 18:08:31 -0500

Seen: 73 times

Last updated: Mar 14