10-30-2013 12:36 PM
Hi ,I have an analog waveform and I would like to read the value at a specific time. ( Let's say 12s from start) . Is there any function that can directly do it for me instead of working on timestamps and dt
Thanks
10-30-2013 12:48 PM
There's always "Wait (ms)".
Cameron
10-30-2013 01:18 PM
@camerond wrote:
There's always "Wait (ms)".
I assume the OP is looking for something similar to "index array" but with a time input instead of an index and a waveform instead of an array.
I think you need to make your own. Should be simple enough. 😉
10-30-2013 01:22 PM
How about WDT Get XY Value DBL?
10-30-2013 01:31 PM
@tintin_99 wrote:
How about WDT Get XY Value DBL?
That should do it. Set Y position format to "relative time". (of course if you look inside, all it does is what the OP is already doing) 😄
(Personally, I would actually implement interpolation in case the exact time point is not available...)