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