How to convert .out file to .csv file?
Hello everyone, I have a question, I need to convert pss/e .out file into .csv file, but I have no idea how to do it. Can someone help me?
Sincerely Thanks.
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Hello everyone, I have a question, I need to convert pss/e .out file into .csv file, but I have no idea how to do it. Can someone help me?
Sincerely Thanks.
You can use DYNTOOLS module. For details see examples from PTI:
import dyntools
# create object
chnfobj = dyntools.CHNF(outfile1, outvrsn=outvrsn)
print('\n Test1:Testing call to csvout')
chnfobj.csvout(channels=[1,4,41,5], csvfile=pn)
Asked: 2021-01-19 22:20:57 -0500
Seen: 1,667 times
Last updated: Jan 22 '21