Impact Acquire SDK Python
EDeviceManager Class Reference

A base class for device manager related exceptions. More...

Inheritance diagram for EDeviceManager:
[legend]

Public Member Functions

 __init__ (self, errorString, errorOrigin, errorCode)
 Creates a new mvIMPACT.acquire.EDeviceManager object.
 

Properties

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

Detailed Description

A base class for device manager related exceptions.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
errorString,
errorOrigin,
errorCode )

Creates a new mvIMPACT.acquire.EDeviceManager object.

Parameters
errorString[in] The error string.
errorOrigin[in] The error origin.
errorCode[in] The error code.

Reimplemented from ImpactAcquireException.

Property Documentation

◆ thisown

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