Table Of Contents

Previous topic

poolmoveable

Next topic

poolonedexpchannel

This Page

poolobject

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

Classes

PoolObject

Inheritance diagram of PoolObject

class PoolObject(**kwargs)[source]

Bases: sardana.sardanabase.SardanaObjectID, sardana.pool.poolbaseobject.PoolBaseObject

A Pool object that besides the name and reference to the pool has:

  • _id : the internal identifier
serialize(*args, **kwargs)[source]