Attribute Polling Device

This module implements a generic pollingdevice.

class AttributePollingDevice(*args, **kwargs)

An implementation of a generic polling device.

create_component_manager()

Create and return a component manager. Called during init_device().

You should set _dynamic_attrs in here - they’ll be initialised later in initialise_dynamic_attributes().

Raises:

NotImplementedError – for sub classes

Return type:

AttributePollingComponentManager

initialize_dynamic_attributes()

Do what the name says. Called by Tango during init_device().

Return type:

None