Ask Your Question
0

I have integrated psse35 using python and using load_data_6(5,'-1',realar1=215) for my psse35, to change the Pload at bus 5 from 315 to 215 and then i am running code for newton raphson using fdns, getting error:cannot unpack non-iterable int object

asked 2023-02-06 11:56:33 -0500

Geethika gravatar image

updated 2023-02-08 04:57:40 -0500

perolofl gravatar image

I have integrated psse35 using python and using load_data_6(5,'-1',realar1=215) for my psse35, to change the Pload at bus 5 from 315 to 215 and then i am running code for newton raphson using fdns, getting error:cannot unpack non-iterable int object

using python idle

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2023-02-15 21:14:46 -0500

Tassie Dave gravatar image

Python is telling you that you have not received a list back from PSSE. You should have a look at what you have got (and post it here). Maybe its an error code.

edit flag offensive delete link more
0

answered 2023-02-07 06:14:56 -0500

perolofl gravatar image

There seems to be a problem with your psspy.fdns() code!

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

1 follower

Stats

Asked: 2023-02-06 11:56:33 -0500

Seen: 141 times

Last updated: Feb 15 '23