06-25-2008 12:23 PM
06-25-2008 04:15 PM
06-25-2008 05:03 PM
Hi Jonathon- thanks much, your code has illuminated the issue. As usual the problem was simple- syntax error. My code similar to yours (before reviewing your work, even more so after!!) - the critical line that was causing the problem was this (note the presence of the comma in the type): Thanks very much.
AnalogWaveform<double>[,] fakeWaveform = AnalogWaveform<double>.FromArray2D(fakeData);
06-25-2008 06:46 PM
Yeah, simple syntax errors can drive you nuts for hours. Glad I could help!
Best Regards,