Hi,
I want to compute the time elapsed between the falling edge of two signals. I've used cross() to get the time at which each event occurs, and it works. The problem is that when I try to compute the difference between the two, I get the error: *Error* ("difference" 0 t nil ("*Error* difference: can't handle ((.....) -(......)).
Searching in past threads, I found that the issue is related to the nested parenthesis. The problem is that I've tried both using variables, putting cross() function in an output of ADEL, let's say t1 and t2, and making the difference t1-t2, or writing a single equation: cross(sig1)-cross(sig2), but it looks like the parenthesis are added automatically and I still get the same error.
Any suggestion?
I'm using version 6.1.7
Thank you in advance!