SeeqKing Posted April 1, 2019 Share Posted April 1, 2019 Hi, If I have condition "A" and condition "B" and I do custom condition with Logic "A-B". I get a new condition "C". Is there a way to filter condition "C", ie ignore the new condition when it is less than , lets say 1 minute. Link to comment Share on other sites More sharing options...
Seeq Team Ben Johnson Posted April 2, 2019 Seeq Team Share Posted April 2, 2019 In versions up through R21.0.40, you can use the the filter function, such as $condition.filter($capsule -> $capsule.duration() > 1min) Where the expression inside the filter is evaluated for which capsules to keep. This will be even easier in the upcoming release of R21.0.41 when you can do $condition.removeShorterThan(1min) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.