First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
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)
2 | No.2 Revision |
You can use DYNTOOLS module. For details see examples from PTI:
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)csvfile=pn)