TANGO
Device Server



Keithley3706 Tango Cpp Class
Properties Description

Keithley3706 Class

Revision: - Author: pascal_verdier



Device Properties
Property name
Property type
Description
SocketProxyName Tango::DEV_STRING Name of the Device providing access to the DMM.
PollingPeriodMinutes Tango::DEV_DOUBLE Period of the temperature polling task, in minutes.
TemperatureAttributeList Array of string Temperature attribute list. Each attribute contains the following parameters: - Attribute name : name of the attribute (has to be unique in the list) - ChannelId : Channel Identifier used by the Keithley (eg 2005,1002 …) - Format : attribute format (ex : %2d, %6.2f) - Description : attribute description (string) - Unit : attribute unit (string)
NTCConfig Array of string Temperature parameter list. Each attribute contains the following parameters: - Temperature attribute name : name of the temperature attribute (should be defined in TemperatureAttributeList property) - Rated res: rated resistance (same unit as read resistance) - Rated temp: rated temperature (degree C) - Rated beta: rated beta (degree K)
SettingFile Tango::DEV_STRING DMM setting file path and name.
HistoryDurationInHour Tango::DEV_DOUBLE Duration of the temperature history in hour






Device Properties Default Values:
Property Name Default Values
SocketProxyName No default value
PollingPeriodMinutes 1
TemperatureAttributeList [attribut name]:[channelid]:[format]:[description]:[unit]
NTCConfig [temperature attribute name]:[ratedRes]:[ratedTemp]:[ratedBeta]
SettingFile No default value
HistoryDurationInHour 8



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