From a47b88244f411d91d8f918a492797e066ef4ed90 Mon Sep 17 00:00:00 2001 From: fhb Date: Sun, 16 Apr 2023 11:52:31 +0200 Subject: [PATCH] Update NUMBER.MaxRateType.md Tried to explain MaxRateType more clearly --- .../parameter-pages/PostProcessing/NUMBER.MaxRateType.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md b/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md index 45da6ad..aab9d29 100644 --- a/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md +++ b/param-docs/parameter-pages/PostProcessing/NUMBER.MaxRateType.md @@ -1,5 +1,5 @@ # Parameter `.MaxRateType` Default Value: `AbsoluteChange` -Defines if the **Change Rate** compared to the previous value is calculated as absolute change (`AbsoluteChange`) or -as rate normalized to the interval (`RateChange` = change/minute). +Defines if the **Change Rate** is calculated as the difference between the last two readings (`AbsoluteChange` = difference) or +as the difference normalized to the interval (`RateChange` = difference per minute).