StopCondition Property

NI Vision for Visual Basic

StopCondition Property

Syntax

CWIMAQ.StopCondition

Data Type

CWIMAQStopConditionTypes

You can use the following constants with this data type:

  • cwimaqContinuous—Continuous acquisition
  • cwimaqOneShot—A single acquisition.
  • cwimaqRetrigger—A continuous acquisition that waits for a trigger before restarting.

Purpose

Obsolete—Use AcquisitionType to specify One-Shot or Continuous. Use CWIMAQSignals to set up a retriggered acquisition.

Condition on which the acquisition stops. Valid options are immediately after all images are acquired, continuous, or continuous with a trigger at the beginning of each iteration.

See Also

AcquisitionType

CWIMAQSignals