Re: [sigrok-devel] trigger on multiple channel

2023-05-09 Thread Christian Eisendle
Hi,      > how does sigrok behave if I put two triggers on two different channels (for > example: on one channel rising edge and on the other the falling edge)? I don't think sigrok has any rules or restrictions when it comes to multiple triggers. libsigrok.h simply specifies triggers, trigger st

[sigrok-devel] trigger on multiple channel

2023-05-09 Thread Massimiliano Cialdi
how does sigrok behave if I put two triggers on two different channels (for example: on one channel rising edge and on the other the falling edge)? I would expect that the first of the two events that happens starts the acquisition (so a kind of OR of the two), but it doesn't seem that way. I can't