id | field name | definition |
0 | Lower_Threshold |
ascii double |
Lower threshold. If the value to be checked is below this value the check fails.
attribute: unit |
available: optional
|
|
available: optional
|
1 | Upper_Threshold |
ascii double |
Upper threshold. If the value to be checked is above this value the check fails.
attribute: unit |
available: optional
|
|
available: optional
|
2 | Flag_Measurements_Invalid |
ascii uint8 |
If set, measurements failing the current check are flagged invalid and not considered as input to the classification algorithm.
mapping: "FALSE" -> 0
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "TRUE" -> 1
mapping: "True" -> 1
mapping: "true" -> 1
|
available: optional
|
3 | Flag_Wind_Invalid |
ascii uint8 |
If set, then the current wind result is flagged invalid in case any of the measurements used in the accumulation that is used to calculate this wind fails the current check.
mapping: "FALSE" -> 0
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "TRUE" -> 1
mapping: "True" -> 1
mapping: "true" -> 1
|
available: optional
|
4 | Abort_Processing |
ascii uint8 |
If set, then a measurement failing the current check causes the processor to abort with an error.
mapping: "FALSE" -> 0
mapping: "False" -> 0
mapping: "false" -> 0
mapping: "TRUE" -> 1
mapping: "True" -> 1
mapping: "true" -> 1
|
available: optional
|