First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hello,
I have done a range of tasks using psspy. I can also import caspy successfully, import caspy
; however, when I try to read a saved case using sample = caspy.Savecase(r'path/to/eamples/savnw.sav')
, Python stops working and I get the infamous window of "Python has stopped working." What do you think is the problem?
Any help is appreciated.
2 | No.2 Revision |
Hello,
I have done a range of tasks using psspy. I can also import caspy successfully, import caspy
; however, when I try to read a saved case using sample = caspy.Savecase(r'path/to/eamples/savnw.sav')
, Python stops working and I get the infamous window of "Python has stopped working." What do you think is the problem?
Any help is appreciated.
3 | No.3 Revision |
Hello,
I have done a range of tasks using psspy. I can also import caspy successfully, import caspy
; however, when I try to read a saved case using sample =
, Python stops working and I get the infamous window of "Python has stopped working." What do you think is the problem?caspy.Savecase(r'path/to/eamples/savnw.sav') caspy.Savecase(r'path/to/examples/savnw.sav')
Any help is appreciated.