Closed
Description
Add a new feature "X value at Y" in "Analysis" menu for Signal Panel:
- This feature triggers a plot dialog showing the selected signal(s), with an horizontal cursor
- The user may select and move the horizontal cursor (showing the associated Y value)
- After clicking on "OK", the result is the first X value of each signal, associated to the selected Y value
This issue would require to implement a generic dialog class similar to cdl.widgets.SignalBaselineDialog
.