TANGO
Device Server



single icv150 Adc channel
Properties Description

SAdc150 Class

Revision: SAdc150-Release_1_1_0 - Author: vedder



Device Properties
Property name
Property type
Description
Channel Tango::DEV_SHORT Number of the channel (starting from 0, max value corresponds to the max number of channels supported by the card minus one. This is a mandatory property. The server will not continue the startup if not set.
Gain Tango::DEV_SHORT Defines the gain. The max value is defined by the type of the hybrid module.
Card Tango::DEV_STRING Name of the icv150 board device (Adc150 class). Through this property, the link is made between the card (device descriptor, hybrid module) and the channel. This is a mandatory property, the server will not continue the startup if not set.
A0 Tango::DEV_DOUBLE The first coefficient of the formula: a0+a1x+a2x^2+a3x^3 where x is the card output. This property is optional and is set to 0 by default.
A1 Tango::DEV_DOUBLE The second coefficient of the formula: a0+a1x+a2x^2+a3x^3 where x is the card output. This property is optional and is set by default to 1.
A2 Tango::DEV_DOUBLE The third coefficient of the formula: a0+a1x+a2x^2+a3x^3 where x is the card output. This property is optional and is set by default to 0.
A3 Tango::DEV_DOUBLE The fourth coefficient of the formula: a0+a1x+a2x^2+a3x^3 where x is the card output. This property is optional and is set by default to 0.
Calc_type Tango::DEV_STRING Type of formula used to calculate the value attribute. (could be "POLYNOM" or "POW10"). Set by default to "POLYNOM".
Calibrated Tango::DEV_SHORT When this property is different from 0, the channel is considered as calibrated and a certain number of attributes cannot be changed anymore. ( e.g. a0,a1,a2,a3,calc_type) The goal is to avoid undesired change when the calibration process has been performed.






Device Properties Default Values:
Property Name Default Values
Channel No default value
Gain No default value
Card No default value
A0 No default value
A1 No default value
A2 No default value
A3 No default value
Calc_type No default value
Calibrated No default value



There is no Class properties.






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