First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
Has anyone ever seen this error?
File ".\dyntools.py", line 1459, in get_data
AttributeError: OUTDATA instance has no attribute 'xdata'
This is the last piece of the stack callback upon hitting this error in python2.7.. It appears to show up when I try to open and read the data in too many .out files using the CHNF command. If I only open a read a small subset of files (e.g. 1-10 .out files) then my code works fine, but if I try to open and read 100+ files then I get this error.
Any thoughts?
Can we access the DYNTOOLS code anywhere? looks like PSSBIN only has a .pyc binary file.