|
__init__(self,
handle,
block_num) |
|
|
|
|
|
_get_name_method(self,
block_num) |
|
|
|
_set_name_method(self,
block_num,
value) |
|
|
|
_num_elements_method(self,
block_num) |
|
|
|
_add_elements_method(handle,
block_num,
num_elements) |
|
|
|
_delete_element_method(handle,
block_num,
element_num) |
|
|
|
|
|
|
|
__getitem__(self,
index)
Return the wrapper class for ffio constraint based properties. |
|
|
|
__iter__(self)
Provide iteration access. |
|
|
|
__len__(self)
Return the number of elements in this block |
|
|
|
addElement(self)
Add a new element to this block and return it. |
|
|
|
addElements(self,
num_elements)
Add the specified number of other elements to this block. |
|
|
|
deleteElements(self,
indices)
Delete multiple elements from this block. |
|
|