Returns the value at buffer index
function indexValue input Buffer buffer "Memory of sliding window"; input Integer index(min = 1) "Index of time value (index >= 1; index=1: first)"; output Boolean b "Value at buffer index"; end indexValue;