You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation, adding triggers adds trigger to a sequence.
It would be great to combine triggers not only in sequence but in a AND or OR logical group.
Could be a global configuration:
analyzer.configure_mode(SEQUENCE/OR/AND)
In SEQUENCE mode, we would have the current behavior,
In AND mode, all trigger conditions must occurs at the same time,
In OR mode, one the the trigger conditions must occur.
The text was updated successfully, but these errors were encountered:
In the current implementation, adding triggers adds trigger to a sequence.
It would be great to combine triggers not only in sequence but in a AND or OR logical group.
Could be a global configuration:
The text was updated successfully, but these errors were encountered: