diff --git a/documentation/NDPluginProcess.html b/documentation/NDPluginProcess.html
index 03d1d28..93394aa 100755
--- a/documentation/NDPluginProcess.html
+++ b/documentation/NDPluginProcess.html
@@ -258,7 +258,7 @@
NDPluginProcess
- EnableScaleOffset |
+ EnableOffsetScale
asynInt32 |
@@ -271,8 +271,8 @@
|
ENABLE_SCALE_OFFSET |
- $(P)$(R)EnableScaleOffset
- $(P)$(R)EnableScaleOffset_RBV |
+ $(P)$(R)EnableOffsetScale
+ $(P)$(R)EnableOffsetScale_RBV
bo
bi |
@@ -894,7 +894,7 @@ O[n] = F[n] = (1-1/N)*F[n-1] + 1/N*I[n]
one array never complelely dissappears, but rather decays exponentially. When this
filter is reset the filter array is initialized with the first input array. This
filter can be used to decrease the noise and increase the dynamic range of a repetitive
- input signal with a small signal. In that case it can be useful to use set EnableScaleOffset=Enable
+ input signal with a small signal. In that case it can be useful to use set EnableOffsetScale=Enable
and set Scale to a large enough number to more fully use the dynamic range of the
output data type. The averaged signal will then better use the dynamic range of
the output data type.