Now, if you manage to press Stop during the Draw phase, you'll get, in this case, the 60 segments in the Waveform Player (see attachment 5).
So basically it´s same as on DOV. It does not stop on it´s own ? "if you manage to press Stop".
Also, ususally the use-case is a bit different.
You have short burst of data with long pause in between.
Then you waste lots of memory with "nothing". With segmentation you do not record the empty data between bursts, but only the bursts (and some before and after).
(In your case, it´s more a problem of a trigger that´s not available - frequency step trigger - than that of segmentation. If you use one full 50M record buffer it´s the same as using 50 1M segments)
If you have no SPI data or serial, I used a AM-modulated signal. Just some random signal that is modulated with square pulses (short pulse, looooong pause) from 0% to 100% amplitude.
Just saw this: if it has recorded 60 segments at 10Mpts, this scope must have 600M memory !?
-> Probably the FPGA-Memory is 50Mpts, but the "Android Tablet" memory is of course much bigger. So normal segmentation means you have a dead time of transferring the FPGA memory to android.
Thats why they have the fast segementation as well, which allows only 1kSamples.
I need to check the dead time, or has it been done in this thread already ?