get_temp

Description

Reads the process value from a temperature channel.

Signature

get_temp(self, channel: int) -> float

Parameters

channel: int

The temperature channel from which to read the value, [0, 7].

Returns

float

The process value, in units of degrees C or F as displayed on the T8 front panel.

Example