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