Skip to main content
Version: 2.11

Timeserie's Append Value & Shift

Adds a number value to the serie with a max number of values

Description

Adds a number value to the serie.

This will create a dated TimeValue and add it to the serie. If the number of TimeValue is greater than the max size, the oldest value from the serie will be deleted.

WARNING: if there are a lot more values than the max size, only one value will be removed (should trim the serie to the max size)

Inputs

  • Control Flow (Control Flow)
  • timeSerie (TimeSerie)
  • value (Number)
  • max size (Number)

Outputs

  • Control Flow (Control Flow)