Versions Compared

Key

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

...

This is how to select the messages where the first (rank=1) temperature value is less than 280 K:

Code Block
custom_condition_count: 1
custom_key_1: airTemperature
custom_rank_1: 1
custom_operator_1: <
custom_value_1: 280

...