| 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])
whit loves you. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.