First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Use the following line:
psspy.set_NaN_python()
Immediately after psspy.psseinit(150000)
.
This is assuming you have psspy imported and psse initialized.
Hope this helps; sorry for the late reply.
2 | No.2 Revision |
Use the following line:
psspy.set_NaN_python()
Immediately after psspy.psseinit(150000)
.
This is assuming you have psspy imported and psse initialized.initialized. I ran into the exact same issues. FYI, you can import and use dyntools
without psspy
.
Hope this helps; sorry for the late reply.
3 | No.3 Revision |
Use the following line:
psspy.set_NaN_python()
Immediately after psspy.psseinit(150000)
.
This is assuming you have psspy psspy
imported and psse PSSE initialized. I ran into the exact same issues. FYI, you can import and use dyntools
without psspy
., which would also help. If you aren't doing this, then I'll need some more info to help.
Hope this helps; sorry for the late reply.