Development status:
Released,
Release: EnumeratedCommand-3.0.3
Information status: New
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/Calculation/EnumeratedCommand
Contact:
Class Description
Class Description: This device predefines an enumerated list of values for a simple scalar attribute. Its tango
interface is dynamically created from the properties attributeLabelList and attributeEnumeratedValues.
The dynamically created attributes are boolean. For example : EnumeratedLabelList="isInserted", "isExtracted"
EnumeratedValueList = "0","100" Then 2 attributes are created : isInserted and isExtracted. When isInserted is set to
true then the controlled attribute is set to 0 When isExtracted is set to true then the controlled attribute is set
to 100
@author ABEILLE
Families: Calculation
Key words:
Platform: All Platforms
Language: Java
Contact:
Class interface
Attributes:
| Name | Description |
|---|---|
| executedCommandScalar: DevString | — |
| executedTimeStampScalar: DevString | — |
Commands:
Pipes:
Properties:
| Name | Description |
|---|---|
| enumeratedLabelListDevString | The label of the created command |
| enumeratedValueListDevString | The enumerated values for corresponding labels defined in EnumeratedLabelList |
| commandNameDevString | The name of the controlled command |
Please log in to comment.
Created:
The device class has been added to catalogue.