Impact Acquire SDK Python
EInvalidValueType Class Reference

An exception thrown in case of a mvIMPACT.acquire.PROPHANDLING_INVALID_PROP_VALUE_TYPE error. More...

Inheritance diagram for EInvalidValueType:
[legend]

Public Member Functions

 __init__ (self, msg, errorOrigin, boMsgIsNameOnly=True)
 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

An exception thrown in case of a mvIMPACT.acquire.PROPHANDLING_INVALID_PROP_VALUE_TYPE error.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
errorString,
errorOrigin,
boMsgIsNameOnly = True )

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 EProperty.

Property Documentation

◆ thisown

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