Delays the input value for one cycle.
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.