Impact Acquire SDK Python
EPropertyList Class Reference

A base class for component list related exceptions from the property module. More...

Inheritance diagram for EPropertyList:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 Creates a new mvIMPACT.acquire.EPropertyHandling 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 component list related exceptions from the property module.

This exception object will never be raised in the code. It can't be constructed directly but to check for component list related errors a catch block for mvIMPACT.acquire.EPropertyList objects can be written to catch all exceptions related to lists and list operations.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* errorString,
** errorOrigin )

Creates a new mvIMPACT.acquire.EPropertyHandling object.

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

Reimplemented from EComponent.

Reimplemented in EInvalidListID, ECantRegisterComponent, EListEntryOccupied, EComponentIDInvalid, EComponentNotFound, and ECantAccessData.

Property Documentation

◆ thisown

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