--- doc/docbase/instrument_scripts/nksp/reference/functions/nksp_ignore_event_function.html 2016/04/19 16:09:52 2881 +++ doc/docbase/instrument_scripts/nksp/reference/functions/nksp_ignore_event_function.html 2016/04/19 16:14:30 2882 @@ -16,7 +16,7 @@

Dropping events with this function only succeeds if the event just "recently" occurred. That effectively means you should drop the event in - the respective event handler before any wait() calls, and before + the respective event handler before any wait() calls, and before entering any loops that may execute your script for a very long time. Because in both cases the sampler may suspend your script for a certain amount of time and once your script got resumed, the respective event may @@ -24,7 +24,7 @@ thus can no longer be dropped.

- There is also an ignore_controller() function, + There is also an ignore_controller() function, intended for explicitly dropping control change events. With NKSP you you can also use ignore_event() though to drop control change events. So ignore_controller()