First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Does this work on extracting large amount of data from .out file? When i tried to run the WSCC 9 bus system and extracted the data, it worked perfectly. However, when i try the code to extract the data from results or large simulation, this is what i got:
C:\Users\jcsC\Anaconda2\python.exe D:/Francis/WSCC9busPSSE/WSCC9busPSSE/plot2.py Traceback (most recent call last): File "D:/WSCC9busPSSE/WSCC9busPSSE/plot2.py", line 22, in <module> chnfobj = dyntools.CHNF(outfile) File ".\dyntools.py", line 1007, in init File ".\dyntools.py", line 341, in outextractdata File ".\dyntools.py", line 315, in outextractid Exception: ERROR ... File d:\wscc9buspsse\wscc9buspsse\q530-sum-on-cct-1-12cy.out version is 1.47195e+19 DynChanExtract handles version 2.0 files only.
2 | No.2 Revision |
Does this work on extracting large amount of data from .out file? When i tried to run the WSCC 9 bus system and extracted the data, it worked perfectly. However, when i try the code to extract the data from results or large simulation, this is what i got:
C:\Users\jcsC\Anaconda2\python.exe D:/Francis/WSCC9busD:/WSCC9busPSSE/WSCC9busPSSE/plot2.py
Traceback (most recent call last):
File "D:/WSCC9busPSSE/WSCC9busPSSE/plot2.py", line 22, in <module>
chnfobj = dyntools.CHNF(outfile)
File ".\dyntools.py", line 1007, in init
File ".\dyntools.py", line 341, in outextractdata
File ".\dyntools.py", line 315, in outextractid
Exception: ERROR ...
File d:\wscc9buspsse\wscc9buspsse\q530-sum-on-cct-1-12cy.out version is 1.47195e+19
DynChanExtract handles version 2.0 files only.