Static Public Attributes | List of all members
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. More...
 
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. More...
 

Detailed Description

Defines the acquisition stack when opening the device.

Member Data Documentation

◆ GenTL

int GenTL = 2
static

Use GenTL acquisition stack or fail.

◆ 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.

◆ Vin

int Vin = 0
static

Use Vin acquisition stack or fail.