StopAcqui
Note The relevant CAPL block must appear directly before theFrame Histogramin the evaluation branch. Otherwise a warning is output in theWrite Window.
Syntax
void stopStatisticAcquisition()
Function
A started acquisition range is stopped with this function. If no acquisition range has been started yet, this function has no effect.
Parameters
—
Return Values
—
Statistical Evaluation (StatisticAcquisition) ...// Tests for running acquisition range and stops it.// If no statistical data acquisition is active a new one is started.if(isStatisticAcquisitionRunning()){// Stops the running acquisition rangestopStatisticAcquisition();}else{// Starts a new acquisition rangestartStatisticAcquisition();}...
isStatisticAcquisitionRunning | startStatisticAcquisition