CAPL Script

StartAcqui

Note The relevant CAPL block must appear directly before theFrame Histogramin the evaluation branch. Otherwise a warning is output in theWrite Window.

Syntax

void startStatisticAcquisition()

Function

A new acquisition range is started with this function. If an acquisition range has already been started, the function has no effect since it cannot influence the currently active range.

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 | stopStatisticAcquisition