Is is possible to use the plugin or JS scripting engine to send data into the "Timeline" window?
The application is for real-time plotting of a signal.
In this application, the values of the signal have to go through a hardware FIFO, so they only exist in bursts in an array.
Although, in this case, each sample *is* timestamped.
So, if I could highjack the drawing in Timeline,
and trigger updates on specific PC matches (or some other trigger mechanism), that would work great.
It would just be a little bit of code to draw the `(t,y)` points, rather than trying to observe `y` as it rapidly changes withing the burst.
The application is for real-time plotting of a signal.
In this application, the values of the signal have to go through a hardware FIFO, so they only exist in bursts in an array.
Although, in this case, each sample *is* timestamped.
So, if I could highjack the drawing in Timeline,
and trigger updates on specific PC matches (or some other trigger mechanism), that would work great.
It would just be a little bit of code to draw the `(t,y)` points, rather than trying to observe `y` as it rapidly changes withing the burst.