Impact Acquire SDK Python
|
A class to provide access to component lists. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructs a new mvIMPACT.acquire.ComponentList object. | |
contentDescriptor (self) | |
Returns a string containing information about what's in this list. | |
size (self) | |
Returns The number of valid component entries in the referenced list. | |
Properties | |
thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | |
A class to provide access to component lists.
This class provides access to internal component lists of the driver.
__init__ | ( | self, | |
* | args ) |
Constructs a new mvIMPACT.acquire.ComponentList object.
OVERLOAD 1:
hList | [in] A valid handle to a list object |
OVERLOAD 2: Constructs a new unbound mvIMPACT.acquire.ComponentList object.
OVERLOAD 3: Constructs a new mvIMPACT.acquire.ComponentList from an existing one.
src | [in] A constant reference to the mvIMPACT.acquire.ComponentList object, this object shall be created from |
Reimplemented from Component.
contentDescriptor | ( | self | ) |
Returns a string containing information about what's in this list.
This string might not be defined by every list but in any case this function will return a valid string. However this string might be empty.
size | ( | self | ) |
Returns The number of valid component entries in the referenced list.
|
static |