TANGO
Device Server



Attribute Sequence Writer
Properties Description

AttributeSequenceWriter Class

Revision: release_1_0_2 - Author: abeilleg






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.
SequenceValues Array of double Attribute persistency.
WaitingTimes Array of double Attribute persistency.
FilePath Tango::DEV_STRING






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
SequenceValues No default value
WaitingTimes No default value
FilePath No default value



There is no Class properties.






ESRF - Software Engineering Group