First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
asked Apr 1 '14
updated Apr 1 '14
How to read the data of CHAN(7) from .out file.
Thanks
answered Apr 2 '14
I would suggest looking into the dyntools package.
dyntools
import dyntools chan = dyntools.CHNF("C:\\PATH\\TO\\YOUR\\CHAN.OUT") data = chan.get_data() chan_7_title = data[1][7] chan_7_data = data[2][7]
Please start posting anonymously - your entry will be published after you log in or create a new account. Want to format code in your answer? Here is a one minute demo on Youtube
Add Answer
subscribe to rss feed
Asked: Apr 1 '14
Seen: 2,488 times
Last updated: Apr 02 '14
PSSPLT Modal Analysis
Philosophy for choosing channels to plot
Rotor and phase angle
No API for pssplt?
Plotting RoCoF using PSSPLT (version 35) and export results to excel using Python API