Impact Acquire SDK Python
ComponentCollection Class Reference

A base class for sets of properties that can be modified by the user. More...

Inheritance diagram for ComponentCollection:
[legend]

Public Member Functions

 __init__ (self, *args, **kwargs)
 
 hObj (self)
 Returns a unique identifier for the component collection referenced by this object.
 
 restoreDefault (self)
 Restores the default for every component of this collection.
 

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 sets of properties that can be modified by the user.

Constructor & Destructor Documentation

◆ __init__()

Member Function Documentation

◆ hObj()

hObj ( self)

Returns a unique identifier for the component collection referenced by this object.

This handle will always reference an object of type mvIMPACT.acquire.ComponentList.

Returns
A unique identifier for the component referenced by this object.

◆ restoreDefault()

restoreDefault ( self)

Restores the default for every component of this collection.

Calling this function will restore the default value for every component belonging to this collection.

Note
The caller must have the right to modify the component. Otherwise an exception will be thrown.
Returns
A const reference to the component.

Property Documentation

◆ thisown

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