TANGO
Device Server



BBFDataViewer
Properties Description

BBFDataViewer Class

Revision: release_1_3_1 - Author: langlois






Device Properties
Property name
Property type
Description
USBSerialNumber Tango::DEV_USHORT The USB device serial number
AttributesList Array of string Each attribute is defined with the following syntax:
attribute name, attribute type, attribute access, attribute unit, attribute format, bbf register address

attribute name: any string according to tango rules
attribute type: Tango type (USHORT,SHORT,LONG,...) only USHORT is supported yet
attribute access: Tango Access (READ, WRITE, READ_WRITE)
attribute unit: any string (eg: Amp)
attribute format: c style format (eg: %9.3f or %4x)
bbf register address: address of the register linked to the attribute (in hex: eg: 8022)

Ex:
slaveFifoSeqControl, USHORT, READ,Volts,%4.2f , 8010
toto, USHORT, READ_WRITE,Amp,%4d, 8030
PulseGenerationDeviceName Tango::DEV_STRING Name of the PulseGeneration Device






Device Properties Default Values:
Property Name Default Values
USBSerialNumber 0
AttributesList No default value
PulseGenerationDeviceName toto/titi/tata



There is no Class properties.






ESRF - Software Engineering Group