Impact Acquire SDK Python
Info Class Reference

A base class to access various general information about the device and its driver. More...

Inheritance diagram for Info:
[legend]

Public Member Functions

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

Properties

 captureBufferAlignment = property(lib_mvIMPACT_acquire.Info_captureBufferAlignment_get, doc=)
 An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.
 
 deviceDriverVersion = property(lib_mvIMPACT_acquire.Info_deviceDriverVersion_get, doc=)
 An integer property (read-only) containing the device driver version used by this device.
 
 driverDate = property(lib_mvIMPACT_acquire.Info_driverDate_get, doc=)
 A string property (read-only) containing the date the device driver has been compiled.
 
 driverVersion = property(lib_mvIMPACT_acquire.Info_driverVersion_get, doc=)
 A string property (read-only) containing the version number of the device driver.
 
 loadedSettings = property(lib_mvIMPACT_acquire.Info_loadedSettings_get, doc=)
 A string property (read-only) containing the name of the setting currently loaded.
 
 logFile = property(lib_mvIMPACT_acquire.Info_logFile_get, doc=)
 A string property (read-only) containing the name and the full path of the current log-file for this device.
 
 recommendedListsForUIs = property(lib_mvIMPACT_acquire.Info_recommendedListsForUIs_get, doc=)
 A string property (read-only) containing an array of full search paths to lists which are recommended to be displayed in a user interface that is created dynamically.
 
 state = property(lib_mvIMPACT_acquire.Info_state_get, doc=)
 An enumerated integer property (read-only) containing the current state of this device.
 
 systemLogicalProcessorCount = property(lib_mvIMPACT_acquire.Info_systemLogicalProcessorCount_get, doc=)
 An integer property (read-only) containing the number of logical processors detected in the current system.
 
 systemPhysicalProcessorCount = property(lib_mvIMPACT_acquire.Info_systemPhysicalProcessorCount_get, doc=)
 An integer property (read-only) containing the number of physical processors detected in the current system.
 
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

A base class to access various general information about the device and its driver.

This class contains a collection of properties providing various information about the device and its driver.

Instances of this class can't be constructed directly. Use one of the derived types.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
pDev )

Constructs a new mvIMPACT.acquire.Info object.

Parameters
pDevA pointer to a mvIMPACT.acquire.Device object obtained from a mvIMPACT.acquire.DeviceManager object.

Reimplemented from ComponentCollection.

Reimplemented in InfoBlueDevice, InfoBlueCOUGAR, and InfoBlueFOX.

Property Documentation

◆ captureBufferAlignment

captureBufferAlignment = property(lib_mvIMPACT_acquire.Info_captureBufferAlignment_get, doc=)
static

An integer property (read-only) containing the capture buffer alignment in bytes needed by this device driver.

◆ deviceDriverVersion

deviceDriverVersion = property(lib_mvIMPACT_acquire.Info_deviceDriverVersion_get, doc=)
static

An integer property (read-only) containing the device driver version used by this device.

This is the version of the underlying hardware driver. For device drivers that don't have another user mode driver below the interface driver this property will contain the same version information as the property mvIMPACT.acquire.Info.driverVersion.

◆ driverDate

driverDate = property(lib_mvIMPACT_acquire.Info_driverDate_get, doc=)
static

A string property (read-only) containing the date the device driver has been compiled.

◆ driverVersion

driverVersion = property(lib_mvIMPACT_acquire.Info_driverVersion_get, doc=)
static

A string property (read-only) containing the version number of the device driver.

◆ loadedSettings

loadedSettings = property(lib_mvIMPACT_acquire.Info_loadedSettings_get, doc=)
static

A string property (read-only) containing the name of the setting currently loaded.

◆ logFile

logFile = property(lib_mvIMPACT_acquire.Info_logFile_get, doc=)
static

A string property (read-only) containing the name and the full path of the current log-file for this device.

◆ recommendedListsForUIs

recommendedListsForUIs = property(lib_mvIMPACT_acquire.Info_recommendedListsForUIs_get, doc=)
static

A string property (read-only) containing an array of full search paths to lists which are recommended to be displayed in a user interface that is created dynamically.

◆ state

state = property(lib_mvIMPACT_acquire.Info_state_get, doc=)
static

An enumerated integer property (read-only) containing the current state of this device.

This property e.g. provides information about the current state of the device. For USB devices this can e.g. indicate whether a device is currently plugged into the system or not.

Valid values for this property may be: mvIMPACT.acquire.dsAbsent, mvIMPACT.acquire.dsPresent, mvIMPACT.acquire.dsInitializing, mvIMPACT.acquire.dsUnreachable, mvIMPACT.acquire.dsPowerDown.

GenICam/GenTL device specific: In order to reduce the amount of network traffic to a minimum, this property will only be updated automatically for network devices if the property mvIMPACT.acquire.Device.registerErrorEvent is set to mvIMPACT.acquire.bTrue (which is the default behaviour). If the IP addresses stay the same the connection is automatically re-established then once the device is detected by the driver again. However if the IP address of the device and/or the network adapter of the system it is used from changes mvIMPACT.acquire.DeviceManager.updateDeviceList() must be called regardless of the value of mvIMPACT.acquire.Device.registerErrorEvent before a device that was lost can re-establish a connection to the capture driver.

◆ systemLogicalProcessorCount

systemLogicalProcessorCount = property(lib_mvIMPACT_acquire.Info_systemLogicalProcessorCount_get, doc=)
static

An integer property (read-only) containing the number of logical processors detected in the current system.

Since
2.44.0

◆ systemPhysicalProcessorCount

systemPhysicalProcessorCount = property(lib_mvIMPACT_acquire.Info_systemPhysicalProcessorCount_get, doc=)
static

An integer property (read-only) containing the number of physical processors detected in the current system.

Since
2.44.0

◆ thisown

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