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)
- When moving the horizontal cursor, the ΔX value is shown as a segment (ΔX is the horizontal segment between the two first X values of the signal associated to Y)
- After clicking on "OK", the result is the Δ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
.