Bug 1345 - It should be possible to OR Triggers
Summary: It should be possible to OR Triggers
Status: CONFIRMED
Alias: None
Product: PulseView
Classification: Unclassified
Component: Triggers (show other bugs)
Version: 0.4.1
Hardware: x86 Linux
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-27 15:52 CET by casartar
Modified: 2018-12-29 21:15 CET (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description casartar 2018-12-27 15:52:42 CET
My use case is that i have an UART which is sending.
But i almost never know/care which line is TX or RX.
I just want to connect both lines to two digital inputs of my LA and select "Trigger on rising or falling edge" on both inputs. The first logic change should then trigger.

At the moment both trigger conditions must be true because they are ANDed.