| 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. |