First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Hi,.
Please assist with resolving the error I encounter when running the following:
import os, sys
PSSELOCATION = 'C:\Program Files (x86)\PTI\PSSE34\PSSPY27\' sys.path.append(PSSELOCATION) os.environ['PATH'] = (PSSE_LOCATION + os.environ['PATH'])
import psse34 import psspy psspy.throwPsseExceptions = True import redirect redirect.psse2py()
psspy.psseinit(10000)
2 | No.2 Revision |
Hi,.
Please assist with resolving the error I encounter when running the following:
import os, PSSELOCATION
psspy.psseinit(10000)