TANGO
Device Server



TANGO Device Server
Properties Description

PySignalSimulator Class

Revision: - Author: srubio



Device Properties
Property name
Property type
Description
DynamicAttributes Tango::DEVVAR_STRINGARRAY Attributes and formulas to create for this device.
This Tango Attributes will be generated dynamically using this syntax:
T3=int(SomeCommand(7007)/10.)
See the class description to know how to make any method available in attributes declaration.
DynamicStates Tango::DEVVAR_STRINGARRAY This property will allow to declare new States dinamically based on
dynamic attributes changes. The function Attr will allow to use the
value of attributes in formulas.

ALARM=Attr(T1)>70
OK=1






Device Properties Default Values:
Property Name Default Values
DynamicAttributes No default value
DynamicStates No default value



There is no Class properties.






TANGO is an open source project hosted by :
Sourceforge logo small
Core and Tools : CVS repository on tango-cs project
Device Servers : CVS repository on tango-ds project