If your plot area is 1200 pixels wide and you are displaying 1 hour of data 
(3600 seconds) then the data from every third second is shown  on the screen.  
The plot area is updated every second.  If your spike event is one second wide 
it would appear on the screen once every three seconds.

The plot statistics are calculated over the points actually shown on the 
screen.  If the filter is turned on,  the filtered values are used.  Note that 
the filter works by calculating the average of the next N consecutive points in 
the queue.  Generally there is very little difference in the statistic values 
calculated over the displayed points versus all the points covered by the 
displayed time interval...  but  it makes the program run quite a bit faster 
when long time intervals are shown.                                          
_______________________________________________
time-nuts mailing list -- time-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts
and follow the instructions there.

Reply via email to