Development status:
New development
Information status: New
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Calculation/PyAttributeProcessor
Contact:
Class Description
PyAttributeProcessor Class Description:
Device Server that processes attributes. Based on the code of PySignalSimulator by srubio
Families: Calculation
Key words:
Platform: All Platforms
Language: Python
Contact:
Class interface
Attributes:
Commands:
Pipes:
Properties:
Name | Description |
---|---|
PYTHONPATHStringArrayType | Extra folders to add in pythonpath. |
DynamicStatesStringArrayType | This property will allow to declare new States dinamically based on <br/> dynamic attributes changes. The function Attr will allow to use the <br/> value of attributes in formulas.<br/> <br/> ALARM=Attr(T1)>70<br/> OK=1 |
ExtraModulesStringArrayType | Extra modules to be available for attribute evaluation. |
DynamicAttributesStringArrayType | Attributes and formulas to create for this device. <br/> This Tango Attributes will be generated dynamically using this syntax: <br/> T3=int(SomeCommand(7007)/10.) <br/> See the class description to know how to make any method available in attributes declaration. |
Please log in to comment.
README
b'PyAttributeProcessor by srubio@cells.es,cpascual@cells.es\n\nThis class inherits from fandango.DynamicDS, it is based on PySignalSimulator but providing extra functionality like FFT, GaussPeak, PeakFit, all numpy and scipy methods and properties to load extra libraries on demand.\n\nOnline documentation is available at:\n\nhttps://www.tango-controls.org/Members/srubio/pysignalsimulator-device-server\n\n'
Created:
The device class has been added to catalogue.