CAPL Script

SetPostTrigger

Syntax

setPostTrigger(long PostTriggerTime);

Function

Sets the posttrigger of the logging. The posttrigger set with this function is valid until the end of the measurement or until the next call of this function. Note: The functionstopLogging()does not consider the setting with function ‘setPostTrigger’, use the CAPL functiontrigger()instead.

Parameters

New posttrigger value in milliseconds. If a value of -1 is supplied, the prosttrigger will be set to infinity.

Return Values

on start{SetPreTrigger(5000);SetPostTrigger(5000);}on key 'x'{//start and stop of all CAPL trigger/Logging blocks with pre and post trigger settingstrigger();}

setPreTrigger