CVBpy 15.0
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Modules Pages
AcquisitionStack Class Reference

Defines the acquisition stack when opening the device. More...

Inherits object.

Static Public Attributes

int GenTL = 2
 Use GenTL acquisition stack or fail.
 
int PreferGenTL = 3
 Prefer the GenTL acquisition stack. More...
 
int PreferVin = 1
 Prefer to load the Vin acquisition stack. More...
 
int Vin = 0
 Use Vin acquisition stack or fail.
 

Detailed Description

Defines the acquisition stack when opening the device.

Member Data Documentation

◆ PreferGenTL

int PreferGenTL = 3
static

Prefer the GenTL acquisition stack.

If the GenTL stack cannot be loaded first try opening the Vin stack then try opening the non-streamable device interface before failing.

◆ PreferVin

int PreferVin = 1
static

Prefer to load the Vin acquisition stack.

If the Vin stack cannot be loaded try opening the non-streamable device interface before failing.