Ask Your Question

Riyasat's profile - activity

2017-07-19 17:27:05 -0500 received badge  Taxonomist
2016-07-01 12:59:40 -0500 received badge  Famous Question (source)
2016-06-23 11:35:33 -0500 received badge  Popular Question (source)
2016-06-23 11:35:33 -0500 received badge  Notable Question (source)
2016-06-18 16:13:03 -0500 asked a question psspy module for PSSEXplore34

I was trying to use the psspy module for PSSEXplore 34 with the following block of codes in python 2.7.

import pssexplore34 
exam_path = pssexplore34.EXAM_PATH 
import psspy 
psspy.psseinit()

But getting the following error.

TypeError: setpsse_loc() got an unexpected keyword argument 'xplore'

Does anyone have similar experience?

2016-06-13 22:48:27 -0500 commented answer psspy module not found in PSS/E 34

I was trying to use it for PSSEXplore 34 with the following block of codes. import pssexplore34 exam_path = pssexplore34.EXAM_PATH import psspy psspy.psseinit() But getting the following error. TypeError: _set_psse_loc() got an unexpected keyword argument 'xplore'