First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
What is the error in my attempt to load the version of a .raw file through Python?
i = psseobj.getdefaultint() f = psseobj.getdefaultreal() s = psseobj.getdefaultchar() psspy.readsubrawversion(i, "30.0", circuitpath+circuitfile, [i, _i, _i], _i, [0.69, 500.0], _i, _i, _i)
Messages for api READSUBRAWVERSION PSS(R)E not properly initialized (005299) 12
2 | No.2 Revision |
What is the error in my attempt to load the version of a .raw file through Python?
i int = psseobj.getdefaultint()
f = psseobj.getdefaultreal()
s = psseobj.getdefaultchar()
psspy.readsubrawversion(i, psspy.readsubrawversion(int, "30.0", circuitpath+circuitfile, [i, _i, _i], _i, path+circuit_file, [int, int, int], int, [0.69, 500.0], _i, _i, _i)int, int, int)
Messages for api READSUBRAWVERSION PSS(R)E not properly initialized (005299) 12
3 | No.3 Revision |
What is the error in my attempt to load the version of a .raw file through Python?
int = psseobj.getdefaultint() psspy.readsubrawversion(int, "30.0", circuitpath+circuit_file, [int, int, int], int, [0.69, 500.0], int, int, int)
Messages for api READSUBRAWVERSION PSS(R)E not properly initialized (005299) 12
4 | No.4 Revision |
What is the error in my attempt to load the version of a .raw file through Python?
int = psseobj.getdefaultint() psspy.readsubrawversion(int, "30.0", circuitpath+circuit_file, [int, int, int], int, [0.69, 500.0], int, int, int)
Messages for api api: READSUBRAWVERSION
PSS(R)E not properly initialized (005299)
12