Open
Description
Running V6.0 SW.
The mouse pointer will present info on the state (low/high, duration, #samples) of the signal when you hover over the low or high part of the signal.
This works well on an unedited capture, but I discovered that deleting some samples now makes the mouse pointer info incorrect.
eg. after deleting 2 samples, the mouse now indicates I'm on a high-state when I'm pointing to low-state, and vice-versa.
This was observed on a WS2812 LED data stream (~760kHz) and sampling at 50MHz
I believe the problem is that the mouse location (horizontal) is still based on the original start of the capture, but this start should be offset by the number of samples deleted.
Andrew