First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
I would suggest looking into the dyntools
package.
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]