TANGO
Device Server



single icv150 Adc channel
Device Attributes Description

SAdc150 Class

Revision: SAdc150-Release_1_1_0 - Author: vedder

Scalar Attributes
Attribute name
Data Type
R/W Type
Expert
Value
DEV_DOUBLE
READ
No
Gain: The gain value is programmable as a multiple of 2, and the 'value' parameter and the gain have the following correspondence: value gain ------- ------ 0 1 1 2 2 4 3 8 4 16 5 32 6 64 7 128 8 256 9 512 10 1024
DEV_SHORT
READ
Yes
a0: the first coefficient of the formula choosen with the attribute calc_type.
DEV_DOUBLE
READ_WRITE
Yes
a1: the second coefficient of the formula choosen with the calc_type attribute.
DEV_DOUBLE
READ_WRITE
Yes
a2: The third coefficient of the formula choosen with the calc_type attribute.
DEV_DOUBLE
READ_WRITE
Yes
a3: The fourth coefficient of the formula choosen with the calc_type attribute.
DEV_DOUBLE
READ_WRITE
Yes
calc_type: Type of formula used to calculate the value attribute. could be set to POLYNOM or POW10. POLYNOM: the formula used is : a0 + a1X + a2X^2 + a3X^3 POW10: the formula is : a0 + a1*10^(a2 + a3*X))
DEV_STRING
READ_WRITE
Yes
NAverage: number of values to average
DEV_SHORT
WRITE
No







TANGO is an open source project hosted by :
Sourceforge logo small
Core and Tools : CVS repository on tango-cs project
Device Servers : CVS repository on tango-ds project