CAPL Script

Stop

Syntax

void stop();

Function

Programmed interrupt of the ongoing measurement. If the function is called in an event procedure, the event procedure will always be executed completely before the measurement is stopped. In offline mode this function interrupts but does not end the measurement. In offline mode the measurement can only be ended with .

Parameters

Return Values

1 ...if( isExtId(this) )stop();...


2 stop () used in an event procedure on key 'a'{ write ("one"); write ("two"); stop(); write ("three"); } Output inCANoeWrite Window: ...CAPL / .NET oneCAPL / .NET twoCAPL / .NET threeSystem End of measurement 08:57:30.203 am

trigger