AcquisitionType Property

NI Vision for Visual Basic

AcquisitionType Property

Syntax

CWIMAQ.AcquisitionType

Data Type

CWIMAQAcquisitionTypes

You can use the following constants with this data type:

  • cwimaqAcquisitionContinuous—Acquires continuously into the CWIMAQImages collection. When the acquisition reaches the last image in the collection, it places the next image into the first image of the collection.
  • cwimaqAcquisitionOneShot—Acquire into each image in the CWIMAQImages collection and stop.

Purpose

Type of acquisition to perform.

Remarks

Set this property to cwimaqAcquisitionOneShot to perform a snap or sequence acquisition. Set this property to cwimaqAcquisitionContinuous for a grab or ring acquisition.