Hi,
I have a time series spanning from time t = 0s to time t = 100s.
I want to retrieve only those dataset whose time value is bigger than a threshold (e.g. all those with t>50s). How I can achieve that?
Regards
Hi,
I have a time series spanning from time t = 0s to time t = 100s.
I want to retrieve only those dataset whose time value is bigger than a threshold (e.g. all those with t>50s). How I can achieve that?
Regards
Hi @mwestphal
The Extract Time Step
filter is not based on the time defined by FieldData["TimeValue"]
time
I was referring to that specific case, my fault
Then you need to write your own programmable filter extracting this data and using it to configure a ExtractTimeStep filter.
Thank a lot for the clarification!