Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • minValue The minimal value which is still allowed.

  • maxValue The maximum allowed value.
  • nameOfParameter attribute Name of the attribute which should be analysed
  • sendAllAnomalies If true, all tuples which have the wrong value will be send further. If false, only tuples which show a changing situation will be send further.
  • predicate Additional predicate that needs to be true to send the anomaly. You need to deactivate 'sendAllAnomalies'.

...

Code Block
linenumberstrue
#PARSER PQL
#RUNQUERY
valueAreaAnalysis = VALUEANOMALYDETECTION({
                        maxvalue = 3.0,
                        minvalue = -3.0,
                        sendallanomalies = 'false',
                        nameofparameterattribute = 'temp'
                      },
                      System.manual
                    )