Impact Acquire SDK Python
InfoBlueCOUGAR Class Reference

A more specific class to query information about a mvBlueCOUGAR devices and its driver(Device specific interface layout only). More...

Inheritance diagram for InfoBlueCOUGAR:
[legend]

Public Member Functions

 __init__ (self, pDev)
 Constructs a new mvIMPACT.acquire.InfoBlueCOUGAR object.
 

Properties

 deviceFPGAVersion = property(lib_mvIMPACT_acquire.InfoBlueCOUGAR_deviceFPGAVersion_get, doc=)
 A 64 bit integer property (read-only) containing the current FPGA version of this device.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A more specific class to query information about a mvBlueCOUGAR devices and its driver(Device specific interface layout only).

This class contains a collection of properties providing various information about a mvBlueCOUGAR devices and its driver.

Note
This class will only be available if mvIMPACT.acquire.Device.interfaceLayout is set to mvIMPACT.acquire.dilDeviceSpecific before the device is opened.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
pDev )

Constructs a new mvIMPACT.acquire.InfoBlueCOUGAR object.

Parameters
pDev[in] A pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object.

Reimplemented from InfoBlueDevice.

Property Documentation

◆ deviceFPGAVersion

deviceFPGAVersion = property(lib_mvIMPACT_acquire.InfoBlueCOUGAR_deviceFPGAVersion_get, doc=)
static

A 64 bit integer property (read-only) containing the current FPGA version of this device.

Note
This feature is only supported by mvBlueCOUGAR-S devices.

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static