06-23-2017 05:12 AM
I have set my scope to 40Ms/s and a time span of 50uS resulting in a expected 2kpts waveform on the screen.
When I then get the waveform with labview I got 32kpts. I don't understand why.
Thanks for any help/tips you can share with me.
Solved! Go to Solution.
06-23-2017 07:38 AM - edited 06-23-2017 07:39 AM
I would imagine that it gets set in the Read Waveform vi that was not attached. 32K just so happens to be the max value of an I16 (+32767).
06-26-2017 03:49 AM
The vi was attached to the scope.
I got the answer from someone in the labview community. The scope interpolate the extra point by default. When I switched interpolation off I got the expected 2k points.
(:ACQuire:INTerpolate off)