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. | |
Defines the acquisition stack when opening the device.
|
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.
|
static |
Prefer to load the Vin acquisition stack.
If the Vin stack cannot be loaded try opening the non-streamable device interface before failing.