poolexternal

This module is part of the Python Pool libray. It defines the base classes for external objects to the pool (like tango objects)

Functions

Classes

PoolExternalObject(**kwargs)[source]

PoolBaseExternalObject

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

Bases: PoolBaseObject

TODO

get_source()[source]
get_config()[source]

PoolTangoObject

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

Bases: PoolBaseExternalObject

TODO

get_device_name()[source]
get_attribute_name()[source]
get_device()[source]
get_config()[source]
property device_name
property attribute_name