Package dics :: Module temps :: Class channel
[hide private]
[frames] | no frames]

Class channel
source code

Object representing an individual thermocouple connected to a TC-08

Instance Methods [hide private]
  __init__(self, channel_num, type, max_temp, min_temp, name)
Arguments: channel_num: The channel number (1-8) on the TC-08 that the thermocouple is connected to.

Method Details [hide private]

__init__(self, channel_num, type, max_temp, min_temp, name)
(Constructor)

source code 

Arguments:

channel_num: The channel number (1-8) on the TC-08 that the
             thermocouple is connected to.
type:        Thermocouple type as a single character string (eg 'J')
units:       Units used for temperature limits and ordinary output,
             'C' or 'K'.
max_temp:    Maximum acceptable temperature (units from units
             argument).
min_temp:    Minimum acceptable temperature (units from units
             argument).
name:        Identifying string.