Make Error: "name already exists as a wave"
cmm557
While executing my code, I get the following error:
Make Error: "name already exists as a wave"
I have the debugger open and can see where the code runs the error. However, the name of the wave where this error runs is unique. What other reason might this error occur? I looked through the manual and could not find anything on this (I might've missed it)
The line where this error occurs is:
Make/D/N=9000 or_datetime_w
Thanks for the help!
But Igor disagrees with you;
Try this code, instead:
if( WaveExists(shouldNotExist) )
Print "I was wrong!"
endif
Make/O/D/N=9000 or_datetime_w
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
October 20, 2017 at 06:09 pm - Permalink
October 23, 2017 at 01:18 pm - Permalink