Last

Last value of all input values.

Syntax

Prefix Last(expression)
  • expression: signal expression
  • Prefix
    • TIME for calculation of the Last function for all time steps for one entity (default setting, can also be neglected)
      • Time Last("x" in "unit") function returns the Last value i.e. of all the elements within the given time range.
    • ENTITY calculation of the Last function for all entities at one time step (has to be placed in front of function if needed)
      • Entity Last("x" in "unit") function returns the Last value i.e. of all the entities for a given time step.

Example

Time Last("produced water per time increment" in "STB")

alternative version

Last("produced water per time increment" in "STB")

As you see in the following table the Last function produces following output based on the 'original signal' as input:

Entity Last("produced water per time increment" in "STB")

As seen in the following table the Entity Last function produces following output based on the 'original signal1' and 'original signal2' as input: