TANGO
Device Server



Attribute Sequence Writer
Properties Description

AttributeSequenceWriter Class

Revision: - Author: sebastien.gara



Device Properties
Property name
Property type
Description
AttributeProxyWrite Tango::DEV_STRING The name of the attribute on which to generate the sequence.
AttributeProxyRead Tango::DEV_STRING The name of the attribute used to verify that the written value of AttributeProxyWrite has been reached.
Delta Tango::DEV_DOUBLE The minimum acceptable difference between the value AttributeProxyWrite and AttributeProxyRead.
Timeout Tango::DEV_DOUBLE The time in seconds to wait for AttributeProxyRead has reached AttributeProxyWrite.
PollingPeriod Tango::DEV_DOUBLE The period in seconds at which AttributeProxyRead is read to check that it has reached the written value.
Iterations Tango::DEV_ULONG The number of times the given sequence that will be generated once Start command is called. It can be 1..n or 0 to generate it indefinilty (until Stop command is called).
SequenceSize Tango::DEV_ULONG The number of elements in a sequence.
FilePath Tango::DEV_STRING Path where the sequence files can be saved or loaded. Files' name, for a device named A/B/C, are: ° A#B#C_SequenceValues.dat for sequence values, ° A#B#C_WaitingTimes.dat for waiting times.






Device Properties Default Values:
Property Name Default Values
AttributeProxyWrite No default value
AttributeProxyRead No default value
Delta No default value
Timeout No default value
PollingPeriod No default value
Iterations No default value
SequenceSize No default value
FilePath 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