From 0973ca55af2f316afada4162fc3197eb4a37e8be Mon Sep 17 00:00:00 2001 From: Matt Pearson Date: Tue, 29 Oct 2024 14:24:20 -0400 Subject: [PATCH] Update NDPluginROIStat.rst :added Erase option to TSControl --- docs/ADCore/NDPluginROIStat.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ADCore/NDPluginROIStat.rst b/docs/ADCore/NDPluginROIStat.rst index abc6cccd4..cce518de7 100644 --- a/docs/ADCore/NDPluginROIStat.rst +++ b/docs/ADCore/NDPluginROIStat.rst @@ -93,7 +93,9 @@ tables. ROISTAT_TS_CURRENT_POINT. Used to restart collection after a Stop operation. |br| **Stop**: Stops times-series data collection. Performs callbacks on all time-series waveform records. |br| - **Read**: Performs callbacks on all time-series waveform records, updating the values. + **Read**: Performs callbacks on all time-series waveform records, updating the values. |br| + **Erase**: Clears all time-series arrays, sets ROISTAT_TS_CURRENT_POINT=0, and performs + callbacks on all time-series waveform records. - ROISTAT_TS_CONTROL - $(P)$(R)TSControl - mbbo