First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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?