Versions Compared

Key

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

...

Since 2024.02, ThresholdValues can also be associated with timeSeries that are defined in the same thresholdValueSetSequence. The timeSeries act as a filter to determine which timeSeriesSets the thresholdValueSet is associated with. This is particularly handy to associate a thresholdValueSet with all timeSeriesSet for a parameter group. Note that the valueType always has to be specified and be either scalar or sample. For example:

html
Code Block
languagexml
<thresholdValueSet id="id" name="Threshold value set with time series filter">
	...
	<timeSeries>
		<valueType>scalar</valueType>
		<parameterGroupId>Precipitation</parameterGroupId>
		<parameterId>P.m</parameterId>
	</timeSeries>
</thresholdValueSet>

...