Hi there,
I'm new to the forum and wondered if anyone would be able to help me with my problem.
I'm currrently working on a C# program using a DSO3152A scope and am having some difficulty using the WAVEFORM:DATA? command. I can query the scope no problem and obtaining any string data (e.g. measurements, etc) has been fine, but now I'm querying for block data it's not giving the desired results.
Does anyone have a simple program which querys the waveform and stores the results in an array of double/float? Any help would be much appreciated!
Thanks,
G
I'm new to the forum and wondered if anyone would be able to help me with my problem.
I'm currrently working on a C# program using a DSO3152A scope and am having some difficulty using the WAVEFORM:DATA? command. I can query the scope no problem and obtaining any string data (e.g. measurements, etc) has been fine, but now I'm querying for block data it's not giving the desired results.
Does anyone have a simple program which querys the waveform and stores the results in an array of double/float? Any help would be much appreciated!
Thanks,
G
Read back the entire block into a string and then parse the string. The format will be:
0xNN^0xNN^0xNN^...nl
Reading subsets of the string can confuse the DSO3152 because of the control sequences sent.