Stores the input value and returns it on the next call.
output[n] = input[n – 1]
where output[n] is the value of output on the nth call to the VI after initialization, and output[0] = initial condition.