You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:>C:\pyRigolWFM-master\wfmutil.py ols C:\NewFile2.wfm
Traceback (most recent call last):
File "C:\pyRigolWFM-master\wfmutil.py", line 47, in
scopeData = wfm.parseRigolWFM(f, args.forgiving)
File "C:\pyRigolWFM-master\wfm.py", line 311, in parseRigolWFM
scopeData["triggers"] = parseTriggerHdr(fileHdr["trigHdr1"])
File "C:\pyRigolWFM-master\wfm.py", line 281, in parseTriggerHdr
trgDict["source"] = ("CH1", "CH2", "EXT", "AC Line")[trigHdr["source"]]
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered:
It looks like we are still missing the trigger configuration parsing for LA. Would you be willing to try out all combinations of LA trigger and post the files here, including the options for these files?
Hi!
I can`t convert wfm to ols or csv. Rigol DS1042C
wfm file: http://www2.zippyshare.com/v/34879194/file.html
C:>C:\pyRigolWFM-master\wfmutil.py ols C:\NewFile2.wfm
Traceback (most recent call last):
File "C:\pyRigolWFM-master\wfmutil.py", line 47, in
scopeData = wfm.parseRigolWFM(f, args.forgiving)
File "C:\pyRigolWFM-master\wfm.py", line 311, in parseRigolWFM
scopeData["triggers"] = parseTriggerHdr(fileHdr["trigHdr1"])
File "C:\pyRigolWFM-master\wfm.py", line 281, in parseTriggerHdr
trgDict["source"] = ("CH1", "CH2", "EXT", "AC Line")[trigHdr["source"]]
IndexError: tuple index out of range
The text was updated successfully, but these errors were encountered: