Selection tracing not working correctly with certain filters
PlotSelectionOverTime and FFTOfSelectionOverTime are failing to generate a trace line when they are created if a selection exists.
If no selection exists, the trace is as follows: plotSelectionOverTime1 = PlotSelectionOverTime(Input=stress00, Selection=None)
, so, imo, the Selection being not traced correctly yet prevent the creation of the filter.
Steps to reproduce :
- Wavelet, Apply
- Select cells on
- Tools -> Start trace -> incremental
- PlotSelectionOverTime
- no line for creating the filter.