DataBase Tango Cpp Class












DataBase Properties :


There is no class properties


There is no device properties






DataBase Class Commands
Name
Input type
Output type
Level
Description
State DEV_VOID DEV_STATE OPERATOR This command gets the device state (stored in its device_state data member) and returns it to the caller.
Status DEV_VOID CONST_DEV_STRING OPERATOR This command gets the device status (stored in its device_status data member) and returns it to the caller.
DbAddDevice DEVVAR_STRINGARRAY DEV_VOID OPERATOR Add a Tango class device to a specific device server
DbAddServer DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create a device server process entry in database
DbDeleteAttributeAlias DEV_STRING DEV_VOID OPERATOR Delete an attribute alias.
DbDeleteClassAttribute DEVVAR_STRINGARRAY DEV_VOID OPERATOR delete a class attribute and all its properties from database
DbDeleteClassAttributeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR delete class attribute properties from database
DbDeleteClassProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete class properties from database
DbDeleteDevice DEV_STRING DEV_VOID OPERATOR Delete a device from database
DbDeleteDeviceAlias DEV_STRING DEV_VOID OPERATOR Delete a device alias.
DbDeleteDeviceAttribute DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete device attribute properties from database
DbDeleteDeviceAttributeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR delete a device attribute property from the database
DbDeleteDeviceProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete device property(ies)
DbDeleteProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete free property from database
DbDeleteServer DEV_STRING DEV_VOID OPERATOR Delete server from the database but dont delete device properties
DbDeleteServerInfo DEV_STRING DEV_VOID OPERATOR delete info related to a Tango devvice server process
DbExportDevice DEVVAR_STRINGARRAY DEV_VOID OPERATOR Export a device to the database
DbExportEvent DEVVAR_STRINGARRAY DEV_VOID OPERATOR Export Event channel to database
DbGetAliasDevice DEV_STRING DEV_STRING OPERATOR Get device name from its alias.
DbGetAttributeAlias DEV_STRING DEV_STRING OPERATOR Get the attribute name for the given alias.
If alias not found in database, returns an empty string.
DbGetAttributeAliasList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get attribute alias list for a specified filter
DbGetClassAttributeList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get attrilute list for a given Tango class with a specified filter
DbGetClassAttributeProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get Tango class property(ies) value
DbGetClassAttributeProperty2 DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR This command supports array property compared to the old command called
DbGetClassAttributeProperty. The old command has not been deleted from the
server for compatibility reasons.
DbGetClassAttributePropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve Tango class attribute property history
DbGetClassForDevice DEV_STRING DEV_STRING OPERATOR Get Tango class for the specified device.
DbGetClassInheritanceForDevice DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get class inheritance for the specified device.
DbGetClassList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get Tango class list with a specified filter
DbGetClassProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR None.
DbGetClassPropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve Tango class property history
DbGetClassPropertyList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get property list for a given Tango class with a specified filter
DbGetDeviceAlias DEV_STRING DEV_STRING OPERATOR Return alias for device name if found.
DbGetDeviceAliasList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get device alias name with a specific filter
DbGetDeviceAttributeList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Return list of attributes matching the wildcard
for the specified device
DbGetDeviceAttributeProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get device attribute property(ies) value
DbGetDeviceAttributeProperty2 DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve device attribute properties. This command has the possibility to retrieve
device attribute properties which are arrays. It is not possible with the old
DbGetDeviceAttributeProperty command. Nevertheless, the old command has not been
deleted for compatibility reason
DbGetDeviceAttributePropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve device attribute property history
DbGetDeviceClassList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get Tango classes/device list embedded in a specific device server
DbGetDeviceDomainList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get list of device domain name matching the specified
DbGetDeviceExportedList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get a list of exported devices whose names satisfy the filter (wildcard is
DbGetDeviceFamilyList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get a list of device name families for device name matching the
specified wildcard
DbGetDeviceInfo DEV_STRING DEVVAR_LONGSTRINGARRAY OPERATOR Returns info from DbImportDevice and started/stopped dates.
DbGetDeviceList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get a list of devices for specified server and class.
DbGetDeviceWideList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get a list of devices whose names satisfy the filter.
DbGetDeviceMemberList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get a list of device name members for device name matching the
specified filter
DbGetDeviceProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR None.
DbGetDevicePropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve device property history
DbGetDevicePropertyList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get property list belonging to the specified device and with
name matching the specified filter
DbGetDeviceServerClassList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get list of Tango classes for a device server
DbGetExportdDeviceListForClass DEV_STRING DEVVAR_STRINGARRAY OPERATOR Query the database for device exported for the specified class.
DbGetHostList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get host list with name matching the specified filter
DbGetHostServerList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get list of device server process name running on host with name matching
the specified filter
DbGetHostServersInfo DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get info about all servers running on specified host, name, mode and level
DbGetInstanceNameList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Returns the instance names found for specified server.
DbGetObjectList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get list of free object defined in database with name
matching the specified filter
DbGetProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get free object property
DbGetPropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve object property history
DbGetPropertyList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get list of property defined for a free object and matching the
specified filter
DbGetServerInfo DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get info about host, mode and level for specified server
DbGetServerList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get list of device server process defined in database
with name matching the specified filter
DbGetServerNameList DEV_STRING DEVVAR_STRINGARRAY OPERATOR Returns the list of server names found for the wildcard specified.
It returns only the server executable name without instance name as DbGetServerList.
DbImportDevice DEV_STRING DEVVAR_LONGSTRINGARRAY OPERATOR Import a device from the database
DbImportEvent DEV_STRING DEVVAR_LONGSTRINGARRAY OPERATOR Get event channel info from database
DbInfo DEV_VOID DEVVAR_STRINGARRAY OPERATOR Get miscellaneous numbers on information
stored in database
DbPutAttributeAlias DEVVAR_STRINGARRAY DEV_VOID OPERATOR Define an alias for an attribute
DbPutClassAttributeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create/Update class attribute property(ies) in database
DbPutClassAttributeProperty2 DEVVAR_STRINGARRAY DEV_VOID OPERATOR This command adds support for array properties compared to the previous one
called DbPutClassAttributeProperty. The old comman is still there for compatibility reason
DbPutClassProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create / Update class property(ies)
DbPutDeviceAlias DEVVAR_STRINGARRAY DEV_VOID OPERATOR Define alias for a given device name
DbPutDeviceAttributeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create/Update device attribute property(ies) in database
DbPutDeviceAttributeProperty2 DEVVAR_STRINGARRAY DEV_VOID OPERATOR Put device attribute property. This command adds the possibility to have attribute property
which are arrays. Not possible with the old DbPutDeviceAttributeProperty command.
This old command is not deleted for compatibility reasons.
DbPutDeviceProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create / Update device property(ies)
DbPutProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create / Update free object property(ies)
DbPutServerInfo DEVVAR_STRINGARRAY DEV_VOID OPERATOR Update server info including host, mode and level
DbUnExportDevice DEV_STRING DEV_VOID OPERATOR Mark a device as non exported in database
DbUnExportEvent DEV_STRING DEV_VOID OPERATOR Mark one event channel as non exported in database
DbUnExportServer DEV_STRING DEV_VOID OPERATOR Mark all devices belonging to a specified device server
process as non exported
ResetTimingValues DEV_VOID DEV_VOID OPERATOR Reset the timing attribute values.
DbGetDataForServerCache DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR This command returns all the data needed by a device server process during its
startup sequence. The aim of this command is to minimize database access during
device server startup sequence.
DbDeleteAllDeviceAttributeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete all attribute properties for the specified device attribute(s)
DbMySqlSelect DEV_STRING DEVVAR_LONGSTRINGARRAY OPERATOR This is a very low level command.
It executes the specified SELECT command on TANGO database and returns its result without filter.
DbGetCSDbServerList DEV_VOID DEVVAR_STRINGARRAY OPERATOR Get a list of host:port for all database server defined in the control system
DbGetAttributeAlias2 DEV_STRING DEV_STRING OPERATOR Get the attribute alias from the attribute name.
Returns one empty string if nothing found in database
DbGetAliasAttribute DEV_STRING DEV_STRING OPERATOR Get the attribute name from the given alias.
If the given alias is not found in database, returns an empty string
DbRenameServer DEVVAR_STRINGARRAY DEV_VOID OPERATOR Rename a device server process
DbGetClassPipeProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve class pipe properties
DbGetDevicePipeProperty DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve device pipe properties
DbDeleteClassPipe DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete a class pipe and all its properties from database
DbDeleteDevicePipe DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete device pipe properties from database
DbDeleteClassPipeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete class pipe properties from database
DbDeleteDevicePipeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete device pipe properties from database
DbGetClassPipeList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Get pipe list for a given Tango class with a specified filter
DbGetDevicePipeList DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Return list of pipes matching the wildcard for the specified device
DbDeleteAllDevicePipeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Delete all pipe properties for the specified device pipe(s)
DbPutClassPipeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create/Update class pipe property(ies) in database
DbPutDevicePipeProperty DEVVAR_STRINGARRAY DEV_VOID OPERATOR Create/Update device pipe property(ies) in database
DbGetClassPipePropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve Tango class pipe property history
DbGetDevicePipePropertyHist DEVVAR_STRINGARRAY DEVVAR_STRINGARRAY OPERATOR Retrieve device pipe property history
DbGetForwardedAttributeListForDevice DEV_STRING DEVVAR_STRINGARRAY OPERATOR Get the list of devices using forwarded attribute(s) from specified device






Command State :


State Definition
Input Argument Tango::DEV_VOID none.
Output Argument Tango::DEV_STATE State Code
DisplayLevel OPERATOR ..
Inherited true ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command Status :


Status Definition
Input Argument Tango::DEV_VOID none.
Output Argument Tango::CONST_DEV_STRING Status description
DisplayLevel OPERATOR ..
Inherited true ..
Abstract true ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbAddDevice :


DbAddDevice Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Full device server process name
Str[1] = Device name
Str[2] = Tango class name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbAddServer :


DbAddServer Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Full device server name
Str[1] = Device(s) name
Str[2] = Tango class name
Str[n] = Device name
Str[n + 1] = Tango class name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteAttributeAlias :


DbDeleteAttributeAlias Definition
Input Argument Tango::DEV_STRING Attriibute alias name.
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteClassAttribute :


DbDeleteClassAttribute Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteClassAttributeProperty :


DbDeleteClassAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute name
Str[2] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteClassProperty :


DbDeleteClassProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDevice :


DbDeleteDevice Definition
Input Argument Tango::DEV_STRING device name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDeviceAlias :


DbDeleteDeviceAlias Definition
Input Argument Tango::DEV_STRING device alias name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDeviceAttribute :


DbDeleteDeviceAttribute Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDeviceAttributeProperty :


DbDeleteDeviceAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute name
Str[2] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDeviceProperty :


DbDeleteDeviceProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteProperty :


DbDeleteProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[1] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteServer :


DbDeleteServer Definition
Input Argument Tango::DEV_STRING Device server name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteServerInfo :


DbDeleteServerInfo Definition
Input Argument Tango::DEV_STRING Device server name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbExportDevice :


DbExportDevice Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = CORBA IOR
Str[2] = Device server process host name
Str[3] = Device server process PID or string ``null``
Str[4] = Device server process version
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbExportEvent :


DbExportEvent Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = event channel name (or factory name)
Str[1] = CORBA IOR
Str[2] = Notifd host name
Str[3] = Notifd pid
Str[4] = Notifd version
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetAliasDevice :


DbGetAliasDevice Definition
Input Argument Tango::DEV_STRING Alias name
Output Argument Tango::DEV_STRING Device name
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetAttributeAlias :


DbGetAttributeAlias Definition
Input Argument Tango::DEV_STRING The attribute alias name
Output Argument Tango::DEV_STRING The attribute name (device/attribute)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetAttributeAliasList :


DbGetAttributeAliasList Definition
Input Argument Tango::DEV_STRING attribute alias filter string (eg: att*)
Output Argument Tango::DEVVAR_STRINGARRAY attribute aliases
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassAttributeList :


DbGetClassAttributeList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute name filter (eg: att*)
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Class attribute name
Str[n] = Class attribute name
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassAttributeProperty :


DbGetClassAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute name
Str[n] = Attribute name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute property number
Str[2] = Attribute property 1 name
Str[3] = Attribute property 1 value
Str[n + 1] = Attribute property 2 name
Str[n + 2] = Attribute property 2 value
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassAttributeProperty2 :


DbGetClassAttributeProperty2 Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute name
Str[n] = Attribute name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute property number
Str[2] = Attribute property 1 name
Str[3] = Attribute property 1 value number (array case)
Str[4] = Attribute property 1 value
Str[n] = Attribute property 1 value (array case)
Str[n + 1] = Attribute property 2 name
Str[n + 2] = Attribute property 2 value number (array case)
Str[n + 3] = Attribute property 2 value
Str[n + m] = Attribute property 2 value (array case)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassAttributePropertyHist :


DbGetClassAttributePropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class
Str[1] = Attribute name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Attribute name
Str[1] = Property name
Str[2] = date
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassForDevice :


DbGetClassForDevice Definition
Input Argument Tango::DEV_STRING Device name
Output Argument Tango::DEV_STRING Device Tango class
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassInheritanceForDevice :


DbGetClassInheritanceForDevice Definition
Input Argument Tango::DEV_STRING Device name
Output Argument Tango::DEVVAR_STRINGARRAY Classes off the specified device.
[0] - is the class of the device.
[1] - is the class from the device class is inherited.
........and so on
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassList :


DbGetClassList Definition
Input Argument Tango::DEV_STRING Filter
Output Argument Tango::DEVVAR_STRINGARRAY Class list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassProperty :


DbGetClassProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class
Str[1] = Property name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number (array case)
Str[4] = Property value
Str[n] = Propery value (array case)
....
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassPropertyHist :


DbGetClassPropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class
Str[1] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Property name
Str[1] = date
Str[2] = Property value number (array case)
Str[3] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassPropertyList :


DbGetClassPropertyList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Property name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAlias :


DbGetDeviceAlias Definition
Input Argument Tango::DEV_STRING The device name
Output Argument Tango::DEV_STRING The alias found
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAliasList :


DbGetDeviceAliasList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Device alias list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAttributeList :


DbGetDeviceAttributeList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Wildcard
Output Argument Tango::DEVVAR_STRINGARRAY attribute name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAttributeProperty :


DbGetDeviceAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute name
Str[n] = Attribute name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute property number
Str[2] = Attribute property 1 name
Str[3] = Attribute property 1 value
Str[n + 1] = Attribute property 2 name
Str[n + 2] = Attribute property 2 value
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAttributeProperty2 :


DbGetDeviceAttributeProperty2 Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute name
Str[n] = Attribute name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute property number
Str[2] = Attribute property 1 name
Str[3] = Attribute property 1 value number (array case)
Str[4] = Attribute property 1 value
Str[n] = Attribute property 1 value (array case)
Str[n + 1] = Attribute property 2 name
Str[n + 2] = Attribute property 2 value number (array case)
Str[n + 3] = Attribute property 2 value
Str[n + m] = Attribute property 2 value (array case)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceAttributePropertyHist :


DbGetDeviceAttributePropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Attribute name
Str[1] = Property name
Str[2] = date
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceClassList :


DbGetDeviceClassList Definition
Input Argument Tango::DEV_STRING Device server process name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Tango class
Str[n] = Device name
Str[n + 1] = Tango class
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceDomainList :


DbGetDeviceDomainList Definition
Input Argument Tango::DEV_STRING The wildcard
Output Argument Tango::DEVVAR_STRINGARRAY Device name domain list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceExportedList :


DbGetDeviceExportedList Definition
Input Argument Tango::DEV_STRING filter
Output Argument Tango::DEVVAR_STRINGARRAY list of exported devices
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceFamilyList :


DbGetDeviceFamilyList Definition
Input Argument Tango::DEV_STRING The wildcard
Output Argument Tango::DEVVAR_STRINGARRAY Family list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceInfo :


DbGetDeviceInfo Definition
Input Argument Tango::DEV_STRING Device name
Output Argument Tango::DEVVAR_LONGSTRINGARRAY Str[0] = Device name
Str[1] = CORBA IOR
Str[2] = Device version
Str[3] = Device Server name
Str[4] = Device Server process host name
Str[5] = Started date (or ? if not set)
Str[6] = Stopped date (or ? if not set)
Str[7] = Device class

Lg[0] = Device exported flag
Lg[1] = Device Server process PID (or -1 if not set)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceList :


DbGetDeviceList Definition
Input Argument Tango::DEVVAR_STRINGARRAY argin[0] : server name
argin[1] : class name
Output Argument Tango::DEVVAR_STRINGARRAY The list of devices for specified server and class.
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceWideList :


DbGetDeviceWideList Definition
Input Argument Tango::DEV_STRING filter
Output Argument Tango::DEVVAR_STRINGARRAY list of exported devices
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceMemberList :


DbGetDeviceMemberList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Device names member list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceProperty :


DbGetDeviceProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Property name
Str[n] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n (array case)
Str[n + 1] = Property name
Str[n + 2] = Property value number (array case)
Str[n + 3] = Property value 1
Str[n + m] = Property value m
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDevicePropertyHist :


DbGetDevicePropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Property name
Str[1] = date
Str[2] = Property value number (array case)
Str[3] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDevicePropertyList :


DbGetDevicePropertyList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = device name
Str[1] = Filter
Output Argument Tango::DEVVAR_STRINGARRAY Property name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDeviceServerClassList :


DbGetDeviceServerClassList Definition
Input Argument Tango::DEV_STRING device server process name
Output Argument Tango::DEVVAR_STRINGARRAY list of classes for this device server
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetExportdDeviceListForClass :


DbGetExportdDeviceListForClass Definition
Input Argument Tango::DEV_STRING Class name
Output Argument Tango::DEVVAR_STRINGARRAY Device exported list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetHostList :


DbGetHostList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Host name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetHostServerList :


DbGetHostServerList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Device server process name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetHostServersInfo :


DbGetHostServersInfo Definition
Input Argument Tango::DEV_STRING Host name
Output Argument Tango::DEVVAR_STRINGARRAY Server info for all servers running on specified host
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetInstanceNameList :


DbGetInstanceNameList Definition
Input Argument Tango::DEV_STRING Server name
Output Argument Tango::DEVVAR_STRINGARRAY The instance names found for specified server.
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetObjectList :


DbGetObjectList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Object name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetProperty :


DbGetProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[1] = Property name
Str[n] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n (array case)
Str[n + 1] = Property name
Str[n + 2] = Property value number (array case)
Str[n + 3] = Property value 1
Str[n + m] = Property value m
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetPropertyHist :


DbGetPropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Property name
Str[1] = date
Str[2] = Property value number (array case)
Str[3] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetPropertyList :


DbGetPropertyList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[1] = filter
Output Argument Tango::DEVVAR_STRINGARRAY Property name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetServerInfo :


DbGetServerInfo Definition
Input Argument Tango::DEV_STRING server name
Output Argument Tango::DEVVAR_STRINGARRAY server info
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetServerList :


DbGetServerList Definition
Input Argument Tango::DEV_STRING The filter
Output Argument Tango::DEVVAR_STRINGARRAY Device server process name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetServerNameList :


DbGetServerNameList Definition
Input Argument Tango::DEV_STRING wildcard for server names.
Output Argument Tango::DEVVAR_STRINGARRAY server names found.
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbImportDevice :


DbImportDevice Definition
Input Argument Tango::DEV_STRING Device name (or alias)
Output Argument Tango::DEVVAR_LONGSTRINGARRAY Str[0] = device name
Str[1] = CORBA IOR
Str[2] = device version
Str[3] = device server process name
Str[4] = host name
Str[5] = Tango class name

Lg[0] = Exported flag
Lg[1] = Device server process PID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbImportEvent :


DbImportEvent Definition
Input Argument Tango::DEV_STRING name of event channel or factory
Output Argument Tango::DEVVAR_LONGSTRINGARRAY export information e.g. IOR
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbInfo :


DbInfo Definition
Input Argument Tango::DEV_VOID
Output Argument Tango::DEVVAR_STRINGARRAY Miscellaneous info like:
- Device defined in database
- Device marked as exported in database
- Device server process defined in database
- Device server process marked as exported in database
- Device properties defined in database
- Class properties defined in database
- Device attribute properties defined in database
- Class attribute properties defined in database
- Object properties defined in database
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutAttributeAlias :


DbPutAttributeAlias Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = attribute name
Str[1] = attribute alias
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutClassAttributeProperty :


DbPutClassAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute number
Str[2] = Attribute name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value
.....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutClassAttributeProperty2 :


DbPutClassAttributeProperty2 Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Attribute number
Str[2] = Attribute name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value number (array case)
Str[5] = Property value 1
Str[n] = Property value n (array case)
.....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutClassProperty :


DbPutClassProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number
Str[4] = Property value 1
Str[n] = Property value n
....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutDeviceAlias :


DbPutDeviceAlias Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = device name
Str[1] = alias name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutDeviceAttributeProperty :


DbPutDeviceAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute number
Str[2] = Attribute name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value
.....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutDeviceAttributeProperty2 :


DbPutDeviceAttributeProperty2 Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Attribute number
Str[2] = Attribute name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value number (array case)
Str[5] = Property value 1
Str[n] = Property value n (array case)
.....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutDeviceProperty :


DbPutDeviceProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango device name
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number
Str[4] = Property value 1
Str[n] = Property value n
....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutProperty :


DbPutProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Object name
Str[1] = Property number
Str[2] = Property name
Str[3] = Property value number
Str[4] = Property value 1
Str[n] = Property value n
....
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutServerInfo :


DbPutServerInfo Definition
Input Argument Tango::DEVVAR_STRINGARRAY server info
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbUnExportDevice :


DbUnExportDevice Definition
Input Argument Tango::DEV_STRING Device name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbUnExportEvent :


DbUnExportEvent Definition
Input Argument Tango::DEV_STRING name of event channel or factory to unexport
Output Argument Tango::DEV_VOID none
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbUnExportServer :


DbUnExportServer Definition
Input Argument Tango::DEV_STRING Device server name (executable/instance)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command ResetTimingValues :


ResetTimingValues Definition
Input Argument Tango::DEV_VOID
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDataForServerCache :


DbGetDataForServerCache Definition
Input Argument Tango::DEVVAR_STRINGARRAY Elt[0] = DS name (exec_name/inst_name), Elt[1] = Host name
Output Argument Tango::DEVVAR_STRINGARRAY All the data needed by the device server during its startup sequence. Precise list depend on the device server
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteAllDeviceAttributeProperty :


DbDeleteAllDeviceAttributeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY str[0] = device name
Str[1]...str[n] = attribute name(s)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbMySqlSelect :


DbMySqlSelect Definition
Input Argument Tango::DEV_STRING MySql Select command
Output Argument Tango::DEVVAR_LONGSTRINGARRAY MySql Select command result
- svalues : select results
- lvalue[n] : =0 if svalue[n] is null else =1
(last lvalue -1) is number of rows, (last lvalue) is number of fields
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetCSDbServerList :


DbGetCSDbServerList Definition
Input Argument Tango::DEV_VOID
Output Argument Tango::DEVVAR_STRINGARRAY List of host:port with one element for each database server
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetAttributeAlias2 :


DbGetAttributeAlias2 Definition
Input Argument Tango::DEV_STRING The attribute name (dev_name/att_name)
Output Argument Tango::DEV_STRING The attribute alias name (or empty string)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetAliasAttribute :


DbGetAliasAttribute Definition
Input Argument Tango::DEV_STRING The attribute alias
Output Argument Tango::DEV_STRING The attribute name (dev_name/att_name)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbRenameServer :


DbRenameServer Definition
Input Argument Tango::DEVVAR_STRINGARRAY s[0] = old device server name (exec/instance)
s[1] = new device server name (exec/instance)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassPipeProperty :


DbGetClassPipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe name
Str[n] = Pipe name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe property number
Str[2] = Pipe property 1 name
Str[3] = Pipe property 1 value number (array case)
Str[4] = Pipe property 1 value
Str[n] = Pipe property 1 value (array case)
Str[n + 1] = Pipe property 2 name
Str[n + 2] = Pipe property 2 value number (array case)
Str[n + 3] = Pipe property 2 value
Str[n + m] = Pipe property 2 value (array case)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDevicePipeProperty :


DbGetDevicePipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe name
Str[n] = Pipe name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe property number
Str[2] = Pipe property 1 name
Str[3] = Pipe property 1 value number (array case)
Str[4] = Pipe property 1 value
Str[n] = Pipe property 1 value (array case)
Str[n + 1] = Pipe property 2 name
Str[n + 2] = Pipe property 2 value number (array case)
Str[n + 3] = Pipe property 2 value
Str[n + m] = Pipe property 2 value (array case)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteClassPipe :


DbDeleteClassPipe Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDevicePipe :


DbDeleteDevicePipe Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteClassPipeProperty :


DbDeleteClassPipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe name
Str[2] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteDevicePipeProperty :


DbDeleteDevicePipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe name
Str[2] = Property name
Str[n] = Property name
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassPipeList :


DbGetClassPipeList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe name filter (eg: pip*)
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Class pipe name
Str[n] = Class pipe name
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDevicePipeList :


DbGetDevicePipeList Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Wildcard
Output Argument Tango::DEVVAR_STRINGARRAY Pipe name list
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbDeleteAllDevicePipeProperty :


DbDeleteAllDevicePipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY str[0] = device name
Str[1]...str[n] = pipe name(s)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutClassPipeProperty :


DbPutClassPipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class name
Str[1] = Pipe number
Str[2] = Pipe name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value number (array case)
Str[5] = Property value 1
Str[n] = Property value n (array case)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbPutDevicePipeProperty :


DbPutDevicePipeProperty Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe number
Str[2] = Pipe name
Str[3] = Property number
Str[4] = Property name
Str[5] = Property value number (array case)
Str[6] = Property value 1
Str[n] = Property value n (array case)
Output Argument Tango::DEV_VOID
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetClassPipePropertyHist :


DbGetClassPipePropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Tango class
Str[1] = Pipe name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Pipe name
Str[1] = Property name
Str[2] = date
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetDevicePipePropertyHist :


DbGetDevicePipePropertyHist Definition
Input Argument Tango::DEVVAR_STRINGARRAY Str[0] = Device name
Str[1] = Pipe name
Str[2] = Property name
Output Argument Tango::DEVVAR_STRINGARRAY Str[0] = Pipe name
Str[1] = Property name
Str[2] = date
Str[3] = Property value number (array case)
Str[4] = Property value 1
Str[n] = Property value n
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..






Command DbGetForwardedAttributeListForDevice :


DbGetForwardedAttributeListForDevice Definition
Input Argument Tango::DEV_STRING The specified device name
Output Argument Tango::DEVVAR_STRINGARRAY argout[n] : device name
argout[n+1] :the forwardef attribute
argout[n+2] :the root attribute (__root_att)
DisplayLevel OPERATOR ..
Inherited false ..
Abstract false ..
Polling Period Not polled ..



Command allowed for All states ..







DataBase Class Attributes
Name
Inherited
Abstract
Attr. type
R/W type
Data type
Level
Description
StoredProcedureRelease false false Scalar READ Tango::DEV_STRING OPERATOR
Timing_average false false Spectrum READ Tango::DEV_DOUBLE OPERATOR
Timing_minimum false false Spectrum READ Tango::DEV_DOUBLE OPERATOR
Timing_maximum false false Spectrum READ Tango::DEV_DOUBLE OPERATOR
Timing_calls false false Spectrum READ Tango::DEV_DOUBLE OPERATOR
Timing_index false false Spectrum READ Tango::DEV_STRING OPERATOR
Timing_info false false Spectrum READ Tango::DEV_STRING OPERATOR





There is no dynamic attribute defined.





Attribute StoredProcedureRelease :


Attribute Definition
Attribute Type Scalar
R/W Type READ
Data Type Tango::DEV_STRING
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_average :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_DOUBLE
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_minimum :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_DOUBLE
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_maximum :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_DOUBLE
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_calls :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_DOUBLE
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_index :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_STRING
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set






Attribute Timing_info :


Attribute Definition
Attribute Type Spectrum ( 64 )
R/W Type READ
Data Type Tango::DEV_STRING
Display Level OPERATOR
Inherited false
Abstract false
Polling Period Not polled
Memorized Not set


Read allowed for All states
Attribute Properties
label
unit
standard unit
display unit
format
max_value
min_value
max_alarm
min_alarm
max_warning
min_warning
delta_time
delta_val
Attribute Event Criteria
Periodic Not set
Relative Change Not set
Absolute Change Not set


Archive Periodic Not set
Archive Relative Change Not set
Archive Absolute Change Not set


Push Change event by user code false
Push Archive event by user code false
Push DataReady event by user code Not set










There is no state defined