First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
1 | initial version |
to save channels directly to excel do the following [review functions available to CHNF by getting help from the module itself, check the forum about it):
outlst = [outfile1]
try:
chnf = dyntools.CHNF(outlst,0)
except:
chnf = dyntools.CHNF(outlst,outvrsn=0)
chnf.xlsout(channels=[1,4,11,12])