ngscopeclient / scopehal-apps

ngscopeclient and other client applications for libscopehal.
https://www.ngscopeclient.org/
BSD 3-Clause "New" or "Revised" License
549 stars 84 forks source link

Feature request: highlight waveform span when using protocol analyzer #542

Closed dan-gies closed 1 year ago

dan-gies commented 1 year ago

Apologies if this isn't the right place to put feature requests.

I'm using the protocol analyzer, and find it incredibly useful to click on different packets in the protocol analyzer to jump to the timestamp in the waveform. However, when the waveform is zoomed out, it can be tough to tell what the highlighted (grey) packet refers to on the waveform. It would be great to have a same-colored bar on the time axis to indicate where in the waveform the packet refers:

image

azonenberg commented 1 year ago

If you have an X axis cursor enabled, it should jump to the start of the packet when you select one.

dan-gies commented 1 year ago

This works well! Thanks.