Unkown error # 5. PRGRS (OPNWNO/OPNTMP)
Hi,.
Please assist with resolving the error I encounter when running the following:
import os, sys
PSSE_LOCATION = 'C:\\Program Files (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()
psspy.psseinit(10000)
add a comment