The predicate window opens and closes the window regarding a start and optional an end condition.

Parameter

Example

output = PREDICATEWINDOW({
                  start = 'a > 10 and a < 20', 
                 }, input)

output = PREDICATEWINDOW({
                  start = 'a = 11',
                  end = 'a = 20',
                 }, input)