poolgroupelement

This module is part of the Python Pool library. It defines the base classes for

Classes

PoolBaseGroup

Inheritance diagram of PoolBaseGroup
class PoolBaseGroup(**kwargs)[source]

Bases: PoolContainer

on_element_changed(evt_src, evt_type, evt_value)[source]
set_user_element_ids(new_element_ids)[source]
get_user_element_ids()[source]

Returns the sequence of user element IDs

Returns:

the sequence of user element IDs

Return type:

sequence< int>

property user_element_ids

Returns the sequence of user element IDs

Returns:

the sequence of user element IDs

Return type:

sequence< int>

get_user_elements()[source]

Returns the sequence of user elements

Returns:

the sequence of user elements

Return type:

sequence< PoolElement>

get_user_elements_attribute_iterator()[source]

Returns an iterator over the main attribute of each user element.

Returns:

an iterator over the main attribute of each user element.

Return type:

iter< SardanaAttribute >

get_user_elements_attribute()

Returns an iterator over the main attribute of each user element.

Returns:

an iterator over the main attribute of each user element.

Return type:

iter< SardanaAttribute >

get_user_elements_attribute_sequence()[source]

Returns a sequence of main attribute of each user element.

In loops use preferably get_user_elements_attribute_iterator() for performance and memory reasons.

Returns:

a sequence of main attribute of each user element.

Return type:

sequence< SardanaAttribute >

get_user_elements_attribute_map()[source]

Returns a dictionary of main attribute of each user element.

Returns:

a dictionary of main attribute of each user element.

Return type:

dict< PoolElement, SardanaAttribute >

get_physical_elements()[source]

Returns a dictionary or physical elements where key is a controller object and value is a sequence of pool elements

Returns:

a dictionary of physical elements

Return type:

dict< PoolElement>

get_physical_elements_iterator()[source]

Returns an iterator over the physical elements.

Warning

The order is non deterministic.

Returns:

an iterator over the physical elements.

Return type:

iter<PoolElement >

get_physical_elements_attribute_iterator()[source]

Returns an iterator over the main attribute of each physical element.

Warning

The order is non deterministic.

Returns:

an iterator over the main attribute of each physical element.

Return type:

iter< SardanaAttribute >

get_physical_elements_set()[source]
add_user_element(element, index=None)[source]
clear_user_elements()[source]
stop()[source]
abort()[source]
get_operation()[source]

PoolGroupElement

Inheritance diagram of PoolGroupElement
class PoolGroupElement(**kwargs)[source]

Bases: PoolBaseElement, PoolBaseGroup

serialize(*args, **kwargs)[source]
get_action_cache()[source]

Returns the internal action cache object

set_action_cache(action_cache)[source]
read_state_info()[source]
stop()[source]
abort()[source]
get_operation()[source]