OldValues

The oldvalues array is part of the Trigger class.

It contains all of the values delivered from ARDI the last time the calling function was run. These values are in the order that you specified in the '@data' decorator for your function.

Note that if the previous event can't be found, this array might be full of None values.

See Also

You can also request these individually using the OldValue function.

You can see the current values for your points using the Value function or Values array.